diff options
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 |