summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/x2go-updatebuildmain3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/x2go-updatebuildmain b/bin/x2go-updatebuildmain
index e122970..ad37da0 100755
--- a/bin/x2go-updatebuildmain
+++ b/bin/x2go-updatebuildmain
@@ -30,6 +30,5 @@ test -z $1 || test -d ./.git || {
}
# update the build-main branch with our newest blessed reference
-git pull
-git pull build-main
+git pull --all
git push origin $REF:build-main