Fix linting error

This commit is contained in:
Deluan 2020-07-03 09:46:58 -04:00
parent ef9af6ed1a
commit 6954e1b4eb
1 changed files with 1 additions and 1 deletions

View File

@ -98,5 +98,5 @@ func InitConfig(cfgFile string) {
viper.SetEnvPrefix("ND")
viper.AutomaticEnv()
viper.ReadInConfig()
_ = viper.ReadInConfig()
}