diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-05-02 10:52:25 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-05-02 10:52:25 +0200 |
commit | da7fd9959a5672c8fbd60e86fd4eff00da94441a (patch) | |
tree | 33d4ed6cebfc60acb397a7dc71c9b620d693f451 | |
parent | a9e30b6891426041d8ecc1a5f15d7201fee5987b (diff) | |
download | buildscripts-da7fd9959a5672c8fbd60e86fd4eff00da94441a.tar.gz buildscripts-da7fd9959a5672c8fbd60e86fd4eff00da94441a.tar.bz2 buildscripts-da7fd9959a5672c8fbd60e86fd4eff00da94441a.zip |
adds newline at end of script, comment update
-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 |