Skip to content

Commit

Permalink
Update error to reflect non-file config errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed Jun 23, 2023
1 parent 34a4203 commit 443d615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/geoipupdate/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {
geoipupdate.WithOutput(args.Output),
)
if err != nil {
fatalLogger(fmt.Sprintf("error loading configuration file %s", args.ConfigFile), err)
fatalLogger(fmt.Sprintf("error loading configuration %s", args.ConfigFile), err)
}

if config.Verbose {
Expand Down

0 comments on commit 443d615

Please sign in to comment.