Fixed logging output typo when finished (#46)

This commit is contained in:
Kittipun Khantitrirat 2017-02-26 08:36:19 +07:00 committed by Bo-Yi Wu
parent 833d26f473
commit fdc7a43f73

View File

@ -93,7 +93,7 @@ func (p Plugin) Exec() error {
} }
} }
log.Println("Successfully executed commnads to all host.") log.Println("Successfully executed commands to all host.")
return nil return nil
} }