figuring out which part of the pre-commit hook causes the hook to hang
This commit is contained in:
parent
73bfffd061
commit
7da0160924
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
echo "pre-commit: Refreshing packwiz"
|
echo "pre-commit: Refreshing packwiz"
|
||||||
cd src
|
cd src
|
||||||
packwiz refresh
|
packwiz refresh
|
||||||
#echo "pre-commit: Adding changes to git"
|
echo "pre-commit: Adding changes to git"
|
||||||
#git add .
|
git add .
|
||||||
#git commit --amend --no-edit
|
#git commit --amend --no-edit
|
||||||
echo "pre-commit: Done"
|
echo "pre-commit: Done"
|
||||||
|
|
Reference in a new issue