Fix previous commit, wasn't actually setting up a symbolic link
This commit is contained in:
parent
44c3a91f8b
commit
74fc2b1227
@ -25,8 +25,8 @@ fi
|
||||
# install pre-commit hook for doing clean commits
|
||||
if test ! \( -x .git/hooks/pre-commit -a -L .git/hooks/pre-commit \);
|
||||
then
|
||||
cp common/hooks/pre-commit.hook .git/hooks/pre-commit
|
||||
chmod +x .git/hooks/pre-commit
|
||||
rm -f .git/hooks/pre-commit
|
||||
ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user