Skip to content

Commit

Permalink
caps-ing env prefix for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticrabbit committed Oct 26, 2021
1 parent 23c5b76 commit 3f1ab5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func initConfig() {
viper.SetConfigFile(home + "/.clickup/config.yaml")
}

viper.SetEnvPrefix("clickup")
viper.SetEnvPrefix("CLICKUP")
viper.AutomaticEnv() // read in environment variables that match

// If a config file is found, read it in.
Expand Down

0 comments on commit 3f1ab5b

Please sign in to comment.