From b321a40874ac59ff9118602e6354ed1f169ffdc5 Mon Sep 17 00:00:00 2001 From: Olivier Leger Date: Tue, 10 May 2022 13:47:46 -0400 Subject: [PATCH] Remove over-ident --- helpers/config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helpers/config.py b/helpers/config.py index b5d4d7b..941a436 100644 --- a/helpers/config.py +++ b/helpers/config.py @@ -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