X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update;h=2e0aa7843953217b66a23dffddef3dfa47f664d6;hb=b654a68370a9f85db9e898521bd2925e62f578d7;hp=199e16fb9767fd7e83ec2d49ca765a684682abd7;hpb=4e75cec98d5465438b81ade0036e2b6fc7ab59c8;p=git-scripts.git diff --git a/update b/update index 199e16f..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