summaryrefslogtreecommitdiff
path: root/git-setup
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-02 16:24:38 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-02 16:24:38 -0500
commitacffe1eea8ed015e26cc6e9178e3b4bc9ab8bb96 (patch)
treeafef85935e0c47eb00d066d7bc4362639b8341de /git-setup
parente64050035dc9d3c810e14c205688a54393dd7b43 (diff)
oops
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