From fdc7a43f735b044d4810fa41e365f9cd2a2fd603 Mon Sep 17 00:00:00 2001 From: Kittipun Khantitrirat Date: Sun, 26 Feb 2017 08:36:19 +0700 Subject: [PATCH] Fixed logging output typo when finished (#46) --- plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.go b/plugin.go index 35115a7..3dae5e9 100644 --- a/plugin.go +++ b/plugin.go @@ -93,7 +93,7 @@ func (p Plugin) Exec() error { } } - log.Println("Successfully executed commnads to all host.") + log.Println("Successfully executed commands to all host.") return nil }