fix: invoke post-update not post-receive

This commit is contained in:
əlemi 2024-10-20 17:16:46 +02:00
parent ec81943810
commit dbd45f2bb7
Signed by: alemi
GPG key ID: A4895B84D311642C

2
mirror
View file

@ -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