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

WTF-400 Fix missed wtf.Config occurrances

This commit is contained in:
Chris Cummer
2019-04-16 21:47:51 -07:00
parent 6f98ecccf7
commit 2807a2200e
7 changed files with 16 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ func NewSettingsFromYAML(ymlConfig *config.Config) *Settings {
settings := Settings{
common: cfg.NewCommonSettingsFromYAML(ymlConfig),
args: wtf.ToStrs(wtf.Config.UList("args")),
args: wtf.ToStrs(localConfig.UList("args")),
cmd: localConfig.UString("cmd"),
}