mirror of
https://git.alemi.dev/gitshell.git
synced 2024-11-14 11:49:19 +01:00
fix: invoke post-update not post-receive
This commit is contained in:
parent
ec81943810
commit
dbd45f2bb7
1 changed files with 1 additions and 1 deletions
2
mirror
2
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
|
||||
|
|
Loading…
Reference in a new issue