diff --git a/docker-compose/hooks/pre_gen_project.py b/docker-compose/hooks/pre_gen_project.py index 4f98e5d..7f14042 100644 --- a/docker-compose/hooks/pre_gen_project.py +++ b/docker-compose/hooks/pre_gen_project.py @@ -5,5 +5,5 @@ component_list_slug = "{{ cookiecutter.__component_list_slug }}" context_slug = "{{ cookiecutter.__context_slug }}" for v in (service_slug, component_list_slug, context_slug): if not v: - print(f"Please answer all prompts with a non-empty string. Aborting and existing 3 ...") + print(f"Please answer all prompts with a non-empty string. Aborting and exiting 3 ...") sys.exit(3)