Skip to content

Commit

Permalink
Remove over-ident
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed May 10, 2022
1 parent fe73bb5 commit b321a40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helpers/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,10 +625,10 @@ def validate_passwords(self):
CLI.COLOR_ERROR
)
if errors:
CLI.colored_print(
'You should run `python run.py --setup` to update.',
CLI.COLOR_WARNING
)
CLI.colored_print(
'You should run `python run.py --setup` to update.',
CLI.COLOR_WARNING
)

# PostgreSQL replication password must be handled separately because
# it is set in PostgreSQL on the first launch and nothing is done
Expand Down

0 comments on commit b321a40

Please sign in to comment.