X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update;h=199e16fb9767fd7e83ec2d49ca765a684682abd7;hb=4e75cec98d5465438b81ade0036e2b6fc7ab59c8;hp=e76a158cbe4de7d6365928f819bd5f34b2ab944b;hpb=dc4a02ec88276f27b58f2d866057d460a6c436ef;p=git-scripts.git diff --git a/update b/update index e76a158..199e16f 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 fi && cd "$current" && exec git pull origin