Skip to content

Commit

Permalink
config: fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Sep 13, 2018
1 parent e23f889 commit e6925cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.go
Expand Up @@ -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
Expand Down

0 comments on commit e6925cc

Please sign in to comment.