We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf35619 commit 465e36bCopy full SHA for 465e36b
1 file changed
hooks/post_gen_project.py
@@ -69,7 +69,7 @@ def get_context() -> dict:
69
70
# For remote templates, get the commit hash from the remote
71
template_commit_hash = git.cmd.Git().ls_remote(template_repo, branch)[:40]
72
- # Store the expanded URL
+ # Store the expanded URL as the template location
73
template_location = template_repo
74
else:
75
# This is a local template path
0 commit comments