diff --git a/scripts/install-repo-checks.sh b/scripts/install-repo-checks.sh index 8e8a663d..9b52aec7 100755 --- a/scripts/install-repo-checks.sh +++ b/scripts/install-repo-checks.sh @@ -7,7 +7,7 @@ rm -f .git/hooks/post-checkout cp scripts/post-checkout .git/hooks/post-checkout && - chmod -x .git/hooks/post-checkout && + chmod +x .git/hooks/post-checkout && echo copy made: && ls -l .git/hooks/post-checkout && exit 0