chore: flakebox install

This commit is contained in:
thesimplekid
2024-08-29 11:40:56 +01:00
parent cc5efd9887
commit e2041d3928
5 changed files with 11 additions and 7 deletions

View File

@@ -18,6 +18,6 @@ MESSAGE="$(
MESSAGE="${MESSAGE#fixup! }"
if ! convco check --from-stdin <<<"$MESSAGE" ; then
>&2 echo "Please follow conventional commits(https://www.conventionalcommits.org)"
>&2 echo "Use git recommit <args> to fix your commit"
>&2 echo "Use git commit <args> to fix your commit"
exit 1
fi