Skip to content

Commit 35e771d

Browse files
committed
fix typo in hook
1 parent 1ca869c commit 35e771d

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
@@ -5,7 +5,7 @@
55

66
from pathlib import Path
77

8-
env_template_file = Path("./.env_template")
8+
env_template_file = Path("./.env.template")
99
env_file = Path("./.env")
1010

1111
env_file.write_text(env_template_file.read_text())

0 commit comments

Comments
 (0)