Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
buixor committed Jul 23, 2021
1 parent 690159b commit b2f01a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func main() {

if *testConfig {
if err := validateConfig(*config); err != nil {
log.Fatal("got error %s while validating config", err.Error())
log.Fatalf("got error %s while validating config", err.Error())
}
log.Info("config is valid")
return
Expand Down

0 comments on commit b2f01a8

Please sign in to comment.