diff options
-rwxr-xr-x | bin/x2go-updatebuildmain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/x2go-updatebuildmain b/bin/x2go-updatebuildmain index ad37da0..3716ed4 100755 --- a/bin/x2go-updatebuildmain +++ b/bin/x2go-updatebuildmain @@ -30,5 +30,5 @@ test -z $1 || test -d ./.git || { } # update the build-main branch with our newest blessed reference -git pull --all +git branch build-main &>/dev/null || true git push origin $REF:build-main |