Fix typo in folder name

This commit is contained in:
Bruno Alla 2025-01-18 11:02:48 +00:00 committed by GitHub
parent 7b2be012e3
commit b31fa108bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ def remove_docker_files():
if "{{ cookiecutter.editor }}" == "PyCharm":
file_names = ["docker_compose_up_django.xml", "docker_compose_up_docs.xml"]
for file_name in file_names:
Path(".idea", "runConfiguration", file_name).unlink()
Path(".idea", "runConfigurations", file_name).unlink()
def remove_nginx_docker_files():