diff --git a/config.go b/config.go index 431488f6..f39099e1 100644 --- a/config.go +++ b/config.go @@ -350,9 +350,9 @@ func loadConfig() (*config, error) { // file doesn't exist which is OK. if _, ok := err.(*flags.IniError); ok { return nil, err - } else { - configFileError = err } + + configFileError = err } // Finally, parse the remaining command line options again to ensure