Skip to content

Commit

Permalink
fix: allow changing relay (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz authored Dec 18, 2024
1 parent 7af0e04 commit a428a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (cfg *config) init(env *AppConfig) error {
cfg.Env = env

if cfg.Env.Relay != "" {
err := cfg.SetIgnore("Relay", cfg.Env.Relay, "")
err := cfg.SetUpdate("Relay", cfg.Env.Relay, "")
if err != nil {
return err
}
Expand Down

0 comments on commit a428a4a

Please sign in to comment.