From 16d3330a9e42da7fe084f58058143e02170ef36b Mon Sep 17 00:00:00 2001 From: Anna Shamray <47745906+annashamray@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:52:47 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Sergei Maertens --- .../management/commands/setup_configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_setup_configuration/management/commands/setup_configuration.py b/django_setup_configuration/management/commands/setup_configuration.py index e09abb0..0c5a7ce 100644 --- a/django_setup_configuration/management/commands/setup_configuration.py +++ b/django_setup_configuration/management/commands/setup_configuration.py @@ -65,7 +65,7 @@ def handle(self, **options): return self.stdout.write( - f"Configuration would be set up with following steps: {enabled_steps}" + f"Configuration will be set up with following steps: {enabled_steps}" ) # 1. Check prerequisites of all steps