troubleshooting the pre-commit hook

This commit is contained in:
SeaswimmerTheFsh 2024-03-24 04:04:15 -04:00
parent 5adcbf85fa
commit 73bfffd061
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -3,3 +3,7 @@
echo "pre-commit: Refreshing packwiz"
cd src
packwiz refresh
#echo "pre-commit: Adding changes to git"
#git add .
#git commit --amend --no-edit
echo "pre-commit: Done"