diff --git a/plugin.go b/plugin.go index 9844eeb..c0e1fec 100644 --- a/plugin.go +++ b/plugin.go @@ -230,9 +230,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 hosts.") + fmt.Println("===============================================") return nil }