Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Apr 7, 2017
1 parent 5833bb2 commit 1509273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func validateConfig() {
printError("Errors while config validation:")

for _, err := range errs {
printError(" %v", err)
printError(" - %v", err)
}

os.Exit(1)
Expand Down

0 comments on commit 1509273

Please sign in to comment.