fixed post-commit hook making a new commit
All checks were successful
Autotagger / Autotagger (push) Successful in 5s
Build / Export Files (push) Successful in 7s
Build / Documentation (push) Successful in 18s

This commit is contained in:
SeaswimmerTheFsh 2024-03-24 22:03:51 -04:00
parent 2fd10b139c
commit ace3cf6fa2
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -11,6 +11,6 @@ if git diff-index HEAD --; then
exit 0
fi
echo "post-commit: Amending commit with refreshed files"
git commit --amend --gpg-sign --no-edit --no-verify
git commit --amend --gpg-sign --no-edit --no-verify --reuse-message=HEAD
echo "post-commit: Done"
exit 0