update success message format.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2020-02-27 09:53:36 +08:00
parent 8216bd8fb8
commit bad565d475
+3 -3
View File
@@ -386,9 +386,9 @@ func (p *Plugin) Exec() error {
}
}
fmt.Println("================================================")
fmt.Println("Successfully executed transfer data to all host.")
fmt.Println("================================================")
fmt.Println("===================================================")
fmt.Println("Successfully executed transfer data to all host")
fmt.Println("===================================================")
return nil
}