Skip to content

Commit

Permalink
chore: remove unused string replacer
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Oct 17, 2024
1 parent 2630826 commit 113d00f
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 @@ -223,7 +223,7 @@ func recoverAndExit() {
func init() {
cobra.OnInitialize(func() {
viper.SetEnvPrefix("SUPABASE")
viper.SetEnvKeyReplacer(strings.NewReplacer("-", "_", ".", "_"))
viper.SetEnvKeyReplacer(strings.NewReplacer("-", "_"))
viper.AutomaticEnv()
})

Expand Down

0 comments on commit 113d00f

Please sign in to comment.