diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-02 16:24:38 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-02 16:24:38 -0500 |
commit | acffe1eea8ed015e26cc6e9178e3b4bc9ab8bb96 (patch) | |
tree | afef85935e0c47eb00d066d7bc4362639b8341de /git-setup | |
parent | e64050035dc9d3c810e14c205688a54393dd7b43 (diff) |
oops
Diffstat (limited to 'git-setup')
-rwxr-xr-x | git-setup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |