Skip to content

Commit

Permalink
Fix incorrect default name of the config file (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
boris1993 authored Mar 30, 2019
1 parent b6747bb commit 74d8522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func initConfig() error {
log.Fatalln(err)
}

Path = filepath.Join(absPath, "Config.yaml")
Path = filepath.Join(absPath, "config.yaml")
}

log.Println(constants.MsgHeaderLoadingConfig, Path)
Expand Down

0 comments on commit 74d8522

Please sign in to comment.