Skip to content

Commit

Permalink
fix: always use the HEAD in the tests (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Jan 19, 2024
2 parents b0903f4 + 85093ea commit 9e3732a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest_copie/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def copy(
unsafe=True,
defaults=True,
user_defaults=extra_answers,
vcs_ref="HEAD",
)

# refresh project_dir with the generated one
Expand Down

0 comments on commit 9e3732a

Please sign in to comment.