Skip to content

Commit 0c71ced

Browse files
committed
testing
1 parent 534204a commit 0c71ced

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
@@ -71,7 +71,7 @@ func LoadDir(path string, dir string, config *koanf.Koanf, parser koanf.Parser)
7171
},
7272
}
7373

74-
config.Load(confmap.Provider(wrapper, ""), nil);
74+
config.Load(confmap.Provider(wrapper, "."), nil);
7575
}
7676

7777
return nil

0 commit comments

Comments
 (0)