X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update;h=fd10a24b725bd744ab58db2f5282a70e05641b2e;hb=2c0b4381adcd73c11f25c30e8e4a267bd1fd54a8;hp=205c7c6f21ab59737d825e73d302a3359dfc2338;hpb=39d3f753224b9115d19cb96ac1110540d2eefc84;p=git-scripts.git diff --git a/update b/update index 205c7c6..fd10a24 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 master + git push web fi && cd "$current" && exec git pull origin