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"
|
||||
cd src
|
||||
packwiz refresh
|
||||
#echo "pre-commit: Adding changes to git"
|
||||
#git add .
|
||||
echo "pre-commit: Adding changes to git"
|
||||
git add .
|
||||
#git commit --amend --no-edit
|
||||
echo "pre-commit: Done"
|
||||
|
|
Reference in a new issue