Skip to content

Commit

Permalink
config: add missing copy line
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 25, 2024
1 parent 6d8e01d commit 9b6ffb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func upgradeConfig(helper up.Helper) {
generateOrCopy(helper, "meowlnir", "management_secret")
helper.Copy(up.Bool, "meowlnir", "dry_run")
helper.Copy(up.Str|up.Null, "meowlnir", "report_room")
helper.Copy(up.List, "meowlnir", "hacky_rule_filter")

helper.Copy(up.Str, "database", "type")
helper.Copy(up.Str, "database", "uri")
Expand Down

0 comments on commit 9b6ffb5

Please sign in to comment.