refactor(cookiecutter): Typo
This commit is contained in:
parent
1995283c73
commit
9ef85a53e6
@ -5,5 +5,5 @@ component_list_slug = "{{ cookiecutter.__component_list_slug }}"
|
|||||||
context_slug = "{{ cookiecutter.__context_slug }}"
|
context_slug = "{{ cookiecutter.__context_slug }}"
|
||||||
for v in (service_slug, component_list_slug, context_slug):
|
for v in (service_slug, component_list_slug, context_slug):
|
||||||
if not v:
|
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)
|
sys.exit(3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user