From cdd76dfe8a6038c7c4a4ab81cbfe51524cac7007 Mon Sep 17 00:00:00 2001 From: stanma Date: Mon, 4 Dec 2017 23:40:11 +0200 Subject: [PATCH] fix for the Linux setup --- src/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.sh b/src/setup.sh index fbcd6da..f5aa8d8 100644 --- a/src/setup.sh +++ b/src/setup.sh @@ -7,7 +7,7 @@ else PRE_COMMIT_EXISTS=0 fi -cp ./vendor/smgladkovskiy/phpcs-git-pre-commit/src/pre-commit .git/hooks/pre-commit +cp ./vendor/wickedreports/phpcs-pre-commit-hook/src/pre-commit .git/hooks/pre-commit chmod +x .git/hooks/pre-commit if [ "$PRE_COMMIT_EXISTS" = 0 ];