X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=blobdiff_plain;f=update;h=fd10a24b725bd744ab58db2f5282a70e05641b2e;hp=205c7c6f21ab59737d825e73d302a3359dfc2338;hb=8bb709559b23d1da481df679eafe4bc9d078cd42;hpb=39d3f753224b9115d19cb96ac1110540d2eefc84 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