aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author alemi <[email protected]>2024-10-20 17:16:46 +0200
committer alemi <[email protected]>2024-10-20 17:16:46 +0200
commitdbd45f2bb743e480d1c316a711064c7dbd2a507c (patch)
tree0fdf87846c5eed88a671136c1ab9afe3289db39d
parentec81943810e16195ff4b932882df40112affb3f6 (diff)
fix: invoke post-update not post-receiveHEADdev
-rwxr-xr-xmirror2
1 files changed, 1 insertions, 1 deletions
diff --git a/mirror b/mirror
index 3cbcc04..8b1e46c 100755
--- a/mirror
+++ b/mirror
@@ -27,4 +27,4 @@ git clone --mirror "$1" "/srv/git/$REPOSITORY" --origin "$REMOTE"
git config -f "/srv/git/$REPOSITORY/config" "remote.$REMOTE.direction" "down"
cd "$REPOSITORY"
-/srv/git/.hooks/post-receive
+/srv/git/.hooks/post-update