Skip to content

Commit 5333eb0

Browse files
authored
build: ✏️ clarify messages
1 parent c568336 commit 5333eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test:
5959
echo "Testing recopy command -----------"
6060
rm .cz.toml
6161
git add .
62-
git commit -m "test: recopying from the template"
62+
git commit -m "test: preparing to recopy from the template"
6363
uvx copier recopy \
6464
--vcs-ref=$commit \
6565
--defaults \
@@ -69,7 +69,7 @@ test:
6969
echo "Using the template in an existing package command -----------"
7070
rm .cz.toml .copier-answers.yml LICENSE-MIT.md
7171
git add .
72-
git commit -m "test: copying onto an existing package"
72+
git commit -m "test: preparing to copy onto an existing package"
7373
uvx copier copy \
7474
$template_dir $test_dir \
7575
--vcs-ref=$commit \

0 commit comments

Comments
 (0)