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 138a62b commit e238225Copy full SHA for e238225
justfile
@@ -67,7 +67,7 @@ test:
67
--trust
68
# Check that copying onto an existing data package works
69
echo "Using the template in an existing package command -----------"
70
- rm .cz.toml .copier-answers.yaml LICENSE-MIT.md
+ rm .cz.toml .copier-answers.yml LICENSE-MIT.md
71
git add .
72
git commit -m "test: copying onto an existing package"
73
uvx copier copy \
0 commit comments