Skip to content

Commit

Permalink
Update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Dec 20, 2020
1 parent f8c87eb commit 0c1af46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified hooks/pre-commit
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ fi
cd .git/hooks
for i in pre-commit; do
rm -fv $i
ln -sv ../../hook/$i
ln -sv ../../hooks/$i
done

0 comments on commit 0c1af46

Please sign in to comment.