Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix argparse flag in update_synapse_database script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Oct 5, 2021
1 parent 146720b commit fb90b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_synapse_database
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def main():
)
parser.add_argument(
"--run-background-updates",
type=bool,
action='store_true',
required=False,
help="run background updates after upgrading the database schema",
)
Expand Down

0 comments on commit fb90b63

Please sign in to comment.