Bugfix from rebase.

This commit is contained in:
Patrick Connolly
2018-11-08 06:20:05 +08:00
parent ca5696cf46
commit 4ddb3bafe0

View File

@@ -200,7 +200,7 @@ func NewConfig(cfgfile string) *Config {
})
mycfg.v.Set("ConfigFile", cfgfile)
mycfg.ConfigValues = &cfg
return mycfg
}