Drop cfgFile print to improve bash integration

This commit is contained in:
Daniele Rondina
2020-03-08 00:08:44 +01:00
parent 17238d187a
commit 82a17a1a22

View File

@@ -154,7 +154,6 @@ func initConfig() {
viper.SetConfigType("yaml")
viper.SetConfigName(".luet") // name of config file (without extension)
if cfgFile != "" { // enable ability to specify config file via flag
Info(">>> cfgFile: ", cfgFile)
viper.SetConfigFile(cfgFile)
} else {
viper.AddConfigPath(dir)