Skip to content

Commit 09aaa6b

Browse files
committed
fix typo in post_gen_project
1 parent 4b367db commit 09aaa6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/post_gen_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pathlib import Path
88
from shutil import copytree, rmtree
99

10-
PROJECT_NAME = "{{ cookiecutter.module_name }}"
10+
PROJECT_NAME = "{{ cookiecutter.project_name }}"
1111
USE_FASTAPI_USERS = bool("{{ cookiecutter.use_fastapi_users }}")
1212
TEMPLATES = ["template_fastapi_users", "template_minimal"]
1313

0 commit comments

Comments
 (0)