Skip to content

Commit

Permalink
fix for the Linux setup
Browse files Browse the repository at this point in the history
  • Loading branch information
stanma committed Dec 4, 2017
1 parent a48d713 commit cdd76df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit cdd76df

Please sign in to comment.