chore: udpate success message

This commit is contained in:
Bo-Yi Wu 2019-09-29 12:47:36 +08:00
parent ff6e63366c
commit 414ebba911

View File

@ -174,9 +174,9 @@ func (p Plugin) Exec() error {
}
}
fmt.Println("==========================================")
fmt.Println("Successfully executed commands to all host.")
fmt.Println("==========================================")
fmt.Println("==============================================")
fmt.Println("Successfully executed commands to all host.")
fmt.Println("==============================================")
return nil
}