Skip to content

Commit

Permalink
chore: fix env prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Mar 21, 2022
1 parent 71c9e3c commit 9ba6eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type App struct {

func main() {
// Initialise and load the config.
ko, err := initConfig("config.sample.toml", "CALERTS_")
ko, err := initConfig("config.sample.toml", "CALERT_")
if err != nil {
// Need to `panic` since logger can only be initialised once config is initialised.
panic(err.Error())
Expand Down

0 comments on commit 9ba6eb7

Please sign in to comment.