X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update;h=2e0aa7843953217b66a23dffddef3dfa47f664d6;hb=f0db190b61cc4659a0819b634adaa0992b109461;hp=e76a158cbe4de7d6365928f819bd5f34b2ab944b;hpb=dc4a02ec88276f27b58f2d866057d460a6c436ef;p=git-scripts.git diff --git a/update b/update index e76a158..2e0aa78 100755 --- a/update +++ b/update @@ -20,7 +20,7 @@ git pull --ff-only current master && web="`git config --get --path remote.web.url`" && if [ -n "$web" ]; then - git push web && + git push web master fi && cd "$current" && exec git pull origin