From 96acd0a9fc4697f6d8684f245bc16fca19792f32 Mon Sep 17 00:00:00 2001 From: Mariano Gappa Date: Sat, 15 Jul 2017 21:01:49 +1200 Subject: [PATCH] Fixes spelling mistake. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 0083d13ab..3073fd4e4 100644 --- a/main.go +++ b/main.go @@ -77,7 +77,7 @@ func main() { } log.WithField("file", filename). - Info("config create, please edit accordingly to your needs") + Info("config created; please edit accordingly to your needs") return nil }, },