We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d18ff commit 1e47741Copy full SHA for 1e47741
scripts/install-repo-checks.sh
@@ -7,7 +7,7 @@
7
8
rm -f .git/hooks/post-checkout
9
cp scripts/post-checkout .git/hooks/post-checkout &&
10
- chmod -x .git/hooks/post-checkout &&
+ chmod +x .git/hooks/post-checkout &&
11
echo copy made: &&
12
ls -l .git/hooks/post-checkout &&
13
exit 0
0 commit comments