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 == "" {