diff --git a/.hooks/pre-commit b/.hooks/pre-commit index b32d74be..1b29eb25 100755 --- a/.hooks/pre-commit +++ b/.hooks/pre-commit @@ -5,7 +5,7 @@ pushd $( git rev-parse --show-toplevel ) &>/dev/null ex=0 # Linting -echo -n "Linting... " +echo "Linting..." ./lint if [[ $? -ne 0 ]]; then echo "Aborting commit due to linting errors."