summaryrefslogtreecommitdiff
path: root/git-setup
diff options
context:
space:
mode:
Diffstat (limited to 'git-setup')
-rwxr-xr-xgit-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-setup b/git-setup
index e968cf5..775c7ae 100755
--- a/git-setup
+++ b/git-setup
@@ -2,5 +2,5 @@
set -e
cd "$(dirname -- "$(readlink -f -- "$0")")"
if ! [[ -x .git/hooks/post-commit ]]; then
- ln -sf bin/post-commit .git/hooks/post-commit
+ ln -srf bin/post-commit .git/hooks/post-commit
fi