Fixing all tests to pass with new Viper Config

This commit is contained in:
spf13
2014-04-07 11:44:13 -04:00
parent 62dd1d45c1
commit 9a83f7a01b
6 changed files with 37 additions and 31 deletions

View File

@@ -80,7 +80,7 @@ func init() {
}
func InitializeConfig() {
viper.SetConfigName(CfgFile) // config
viper.SetConfigName(CfgFile)
viper.AddConfigPath(Source)
viper.ReadInConfig()