From f2a709e864175ca33a1ecaede836c936fcc41db8 Mon Sep 17 00:00:00 2001 From: Kittipun Khantitrirat Date: Sun, 26 Feb 2017 00:33:11 +0700 Subject: [PATCH] Fixed logging output typo when finished --- 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 }