]> git.phdru.name Git - git-scripts.git/blobdiff - update
Set upstream to web/master on publishing to web
[git-scripts.git] / update
diff --git a/update b/update
index 205c7c6f21ab59737d825e73d302a3359dfc2338..fd10a24b725bd744ab58db2f5282a70e05641b2e 100755 (executable)
--- 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