diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-03 23:02:19 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-03 23:02:19 -0500 |
commit | 5e257d407b4abf2be61c656dfb1d383396df35b1 (patch) | |
tree | 7d8914d78aeb741c7d0ae787eb4acbcce93f5f38 /git-setup | |
parent | ba05c5fb2ccf4b5e90c97adc17e784a77248d9f1 (diff) |
ChangeLog
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 -srf bin/post-commit .git/hooks/post-commit + ln -srf bin/post-commit.githook .git/hooks/post-commit fi |