aboutsummaryrefslogtreecommitdiff
path: root/services/docker/git-server/hooks/update
diff options
context:
space:
mode:
Diffstat (limited to 'services/docker/git-server/hooks/update')
-rwxr-xr-xservices/docker/git-server/hooks/update2
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