From 414ebba911dee63320a9ac3a47433fac5013bea9 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 29 Sep 2019 12:47:36 +0800 Subject: [PATCH] chore: udpate success message --- plugin.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }