Skip to content

Commit 1e47741

Browse files
authored
typo: chmod +x instead of -x for post-checkout script (#2006)
1 parent 40d18ff commit 1e47741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-repo-checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
rm -f .git/hooks/post-checkout
99
cp scripts/post-checkout .git/hooks/post-checkout &&
10-
chmod -x .git/hooks/post-checkout &&
10+
chmod +x .git/hooks/post-checkout &&
1111
echo copy made: &&
1212
ls -l .git/hooks/post-checkout &&
1313
exit 0

0 commit comments

Comments
 (0)