fixed post-commit echos
This commit is contained in:
parent
17fbcfe654
commit
0a81a57d48
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo "pre-commit: Refreshing packwiz"
|
echo "post-commit: Refreshing packwiz"
|
||||||
cd src
|
cd src
|
||||||
packwiz refresh
|
packwiz refresh
|
||||||
echo "pre-commit: Adding changes to git"
|
echo "post-commit: Adding changes to git"
|
||||||
git add .
|
git add .
|
||||||
echo "pre-commit: Amending commit with refreshed files"
|
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
|
||||||
echo "pre-commit: Done"
|
echo "post-commit: Done"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Reference in a new issue