Skip to content

Commit

Permalink
fixup! fix: Only execute context hook when rendering templates
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Jan 28, 2025
1 parent 3e14c76 commit 053cbe2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def git(*args: str | Path) -> None:
env={
"GIT_AUTHOR_NAME": "Copier Test",
"GIT_AUTHOR_EMAIL": "copier@test",
"GIT_COMMITTER_NAME": "Copier Test",
"GIT_COMMITTER_EMAIL": "copier@test",
},
)

Expand Down

0 comments on commit 053cbe2

Please sign in to comment.