diff options
-rwxr-xr-x | bin/x2go-updatebuildmain | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/x2go-updatebuildmain b/bin/x2go-updatebuildmain index bce80c1..afe07a1 100755 --- a/bin/x2go-updatebuildmain +++ b/bin/x2go-updatebuildmain @@ -29,7 +29,7 @@ test -z $1 || test -d ./.git || { exit -1 } -# update the build-main branch with our new blessed reference +# update the build-main branch with our newest blessed reference git pull git pull build-main -git push origin $REF:build-main
\ No newline at end of file +git push origin $REF:build-main |