We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534204a commit 0c71cedCopy full SHA for 0c71ced
utils/config/config.go
@@ -71,7 +71,7 @@ func LoadDir(path string, dir string, config *koanf.Koanf, parser koanf.Parser)
71
},
72
}
73
74
- config.Load(confmap.Provider(wrapper, ""), nil);
+ config.Load(confmap.Provider(wrapper, "."), nil);
75
76
77
return nil
0 commit comments