Fixed #328. Config file set appropriately.

This commit is contained in:
spf13 2014-07-01 10:59:58 -04:00
parent 8d3fa7ef49
commit bf9595aa24

View file

@ -90,7 +90,7 @@ func init() {
}
func InitializeConfig() {
viper.SetConfigName(CfgFile)
viper.SetConfigFile(CfgFile)
viper.AddConfigPath(Source)
err := viper.ReadInConfig()
if err != nil {