This commit is contained in:
Jon Bruno 2017-04-20 21:48:26 +00:00 committed by GitHub
commit a4f1f14dc1

View file

@ -67,6 +67,7 @@ else
fi fi
if ((PRE_COMMIT_RETV != 0)); then if ((PRE_COMMIT_RETV != 0)); then
echo 'pre-commit hook failed! See above messages and try again'
retv=1 retv=1
fi fi