Skip to content

Commit 3e25016

Browse files
committed
fix hook
1 parent db4c045 commit 3e25016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/hooks/post_gen_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
Path("src/{{ cookiecutter.project_slug }}/config.py").unlink()
2121

2222
if (not {{ cookiecutter.add_fastapi }}) and (not {{ cookiecutter.add_cli }}):
23-
Path("./src/{{ cookiecutter.project_slug }}/logging.py").unlink()
23+
Path("./src/{{ cookiecutter.project_slug }}/utils.py").unlink()

0 commit comments

Comments
 (0)