diff --git a/plugin.go b/plugin.go index be6a607..3a6fc88 100644 --- a/plugin.go +++ b/plugin.go @@ -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 }