1
Fork 0

Fix import script not displaying message properly

This commit is contained in:
prescientmoon 2024-09-01 00:37:57 +02:00
parent dd0bd062fd
commit ffa6efc425
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U

View file

@ -24,4 +24,4 @@ FILTER_BRANCH_SQUELCH_WARNING=1 \
hash=$(git hash)
git switch master
git merge --allow-unrelated $hash -m "Add `$language/$name`"
git merge --allow-unrelated $hash --log -m "Add \`$language/$name\`"