From 6f1d03d9a615c16e2efb2bae6901afff8bd5ce3d Mon Sep 17 00:00:00 2001 From: Mark Penny Date: Thu, 24 Nov 2016 10:37:44 -0500 Subject: [PATCH] Change space delimited line to tab delimited --- 1 | 0 config.go | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 1 diff --git a/1 b/1 new file mode 100644 index 00000000..e69de29b diff --git a/config.go b/config.go index 61cf9c30..e0ea4ffb 100644 --- a/config.go +++ b/config.go @@ -285,7 +285,7 @@ func ValidateConfig(app *ApplicationContext) error { } } if len(cfg.ZookeeperPath) == 0 { - errs = append(errs, fmt.Sprintf("No Zookeeper paths specified for cluster %s", cluster)) + errs = append(errs, fmt.Sprintf("No Zookeeper paths specified for cluster %s", cluster)) } else { for _, zkpath := range cfg.ZookeeperPath { if zkpath == "" {