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 c1ec5a6 commit 534204aCopy full SHA for 534204a
utils/config/config.go
@@ -63,7 +63,7 @@ func LoadDir(path string, dir string, config *koanf.Koanf, parser koanf.Parser)
63
for i, f := range files {
64
tmp := koanf.New(".")
65
66
- LoadFile(f, config, parser)
+ LoadFile(f, tmp, parser)
67
68
wrapper := map[string]any{
69
path: map[string]any{
0 commit comments