diff --git a/src/hooks/pre-commit.hook b/src/hooks/pre-commit.hook index 1c3ae96d..17098f1b 100755 --- a/src/hooks/pre-commit.hook +++ b/src/hooks/pre-commit.hook @@ -34,7 +34,7 @@ for file in `git diff-index --cached --name-only HEAD --diff-filter=ACMR| grep " done if [ "${check_styles}" = "1" ]; then - make styles + make styleshint r=$? if [ $r != 0 ] ; then echo "================================================================================================="