aboutsummaryrefslogtreecommitdiff
path: root/git-hooks
diff options
context:
space:
mode:
Diffstat (limited to 'git-hooks')
-rwxr-xr-xgit-hooks2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-hooks b/git-hooks
index 89f26a8..6389be6 100755
--- a/git-hooks
+++ b/git-hooks
@@ -37,7 +37,7 @@ function hook_dirs
GITDIR=`git rev-parse --git-dir`
cd $GITDIR/..
echo "${PWD}/git_hooks${hook}"
- echo "${PWD}/.hooks${hook}"
+ echo "${PWD}/.githooks${hook}"
eval echo "`git config hooks.global`"${hook}
}