diff --git a/pre_commit/resources/hook-tmpl b/pre_commit/resources/hook-tmpl index ac205890..c5c83906 100755 --- a/pre_commit/resources/hook-tmpl +++ b/pre_commit/resources/hook-tmpl @@ -52,6 +52,7 @@ else fi if ((PRE_COMMIT_RETV != 0)); then + echo 'pre-commit hook failed! See above messages and try again' retv=1 fi