1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

WTF-400 Fix wrong YAML identifier for some modules

This commit is contained in:
Chris Cummer 2019-04-14 13:33:48 -07:00
parent fcbfd8e9a7
commit 0790493c53
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ type Settings struct {
}
func NewSettingsFromYAML(ymlConfig *config.Config) *Settings {
localConfig, _ := ymlConfig.Get("wtf.mods.todo")
localConfig, _ := ymlConfig.Get("wtf.mods.blockfolio")
settings := Settings{
common: cfg.NewCommonSettingsFromYAML(ymlConfig),

View File

@ -16,7 +16,7 @@ type Settings struct {
}
func NewSettingsFromYAML(ymlConfig *config.Config) *Settings {
localConfig, _ := ymlConfig.Get("wtf.mods.todo")
localConfig, _ := ymlConfig.Get("wtf.mods.datadog")
settings := Settings{
common: cfg.NewCommonSettingsFromYAML(ymlConfig),