From f6cd595fdd3aa8bcba86058b3c55e47c441e5818 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 17 May 2011 00:47:45 +0200 Subject: fixes x2go-updatebuildmain --- bin/x2go-updatebuildmain | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/x2go-updatebuildmain') 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 -- cgit v1.2.3