Fixed logging output typo when finished

This commit is contained in:
Kittipun Khantitrirat 2017-02-26 00:33:11 +07:00
parent 833d26f473
commit f2a709e864

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
} }