We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca869c commit 35e771dCopy full SHA for 35e771d
hooks/post_gen_project.py
@@ -5,7 +5,7 @@
5
6
from pathlib import Path
7
8
-env_template_file = Path("./.env_template")
+env_template_file = Path("./.env.template")
9
env_file = Path("./.env")
10
11
env_file.write_text(env_template_file.read_text())
0 commit comments