diff options
-rwxr-xr-x | git-hooks | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} } |