diff options
Diffstat (limited to 'services/docker/git-server/hooks/update')
-rwxr-xr-x | services/docker/git-server/hooks/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/docker/git-server/hooks/update b/services/docker/git-server/hooks/update index 4cfcacc..d6bfc1a 100755 --- a/services/docker/git-server/hooks/update +++ b/services/docker/git-server/hooks/update @@ -26,7 +26,7 @@ if [[ -f "$protected_file" ]]; then done <"$protected_file" fi -global_hook="/git/private/git/hooks/update" +global_hook="/git/hooks/update" local_hook="$GIT_DIR/hooks/update" if [[ -x "$global_hook" ]]; then |