diff --git a/Hooks/scripts.d/local-hooks b/Hooks/scripts.d/local-hooks index d2a2d70..087aac1 100755 --- a/Hooks/scripts.d/local-hooks +++ b/Hooks/scripts.d/local-hooks @@ -3,6 +3,7 @@ if [ -d precommit-hooks ]; then for script in `find precommit-hooks -type f`; do + echo Running "$script" if ! bash "$script"; then echo "Local script $script failed checks." exit 1