Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 24174c4

Browse files
committed
Fix conf
1 parent f34535b commit 24174c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func checkVersion() {
6767
}
6868

6969
func loadConfig() {
70-
err := envconfig.Process("apj", &conf)
70+
err := envconfig.Process("apj", conf)
7171
if err != nil {
7272
log.Fatal(err.Error())
7373
}

0 commit comments

Comments
 (0)