Skip to content

Commit 534204a

Browse files
committed
fix
1 parent c1ec5a6 commit 534204a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func LoadDir(path string, dir string, config *koanf.Koanf, parser koanf.Parser)
6363
for i, f := range files {
6464
tmp := koanf.New(".")
6565

66-
LoadFile(f, config, parser)
66+
LoadFile(f, tmp, parser)
6767

6868
wrapper := map[string]any{
6969
path: map[string]any{

0 commit comments

Comments
 (0)