Skip to content

Commit 465e36b

Browse files
committed
Done
1 parent bf35619 commit 465e36b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/post_gen_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def get_context() -> dict:
6969

7070
# For remote templates, get the commit hash from the remote
7171
template_commit_hash = git.cmd.Git().ls_remote(template_repo, branch)[:40]
72-
# Store the expanded URL
72+
# Store the expanded URL as the template location
7373
template_location = template_repo
7474
else:
7575
# This is a local template path

0 commit comments

Comments
 (0)