Skip to content

Commit

Permalink
Change space delimited line to tab delimited
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Penny committed Nov 24, 2016
1 parent 8a7351a commit 6f1d03d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added 1
Empty file.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 == "" {
Expand Down

0 comments on commit 6f1d03d

Please sign in to comment.