config: fix linter error

This commit is contained in:
Olaoluwa Osuntokun 2018-09-12 22:10:14 -07:00
parent e23f889639
commit e6925cc5be
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

View File

@ -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