This commit is contained in:
Matteo Savini 2023-03-07 23:51:34 +01:00
parent bdb9be568d
commit 6cbc36baba

View File

@ -480,8 +480,8 @@ def main():
if "{{ cookiecutter.keep_local_envs_in_vcs }}".lower() == "y": if "{{ cookiecutter.keep_local_envs_in_vcs }}".lower() == "y":
print( print(
INFO + ".env(s) are only utilized when Docker Compose and/or " INFO + ".env(s) are only utilized when Docker Compose and/or "
"Heroku support is enabled so keeping them does not " "Heroku and/or VS Code Dev Container support is enabled so "
"make sense given your current setup." + TERMINATOR "keeping them does not make sense given your current setup." + TERMINATOR
) )
remove_envs_and_associated_files() remove_envs_and_associated_files()
else: else: