diff options
Diffstat (limited to 'checkupdate.sh')
-rwxr-xr-x | checkupdate.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/checkupdate.sh b/checkupdate.sh index 47febde4..8c363232 100755 --- a/checkupdate.sh +++ b/checkupdate.sh @@ -1,7 +1,8 @@ #!/bin/bash -git checkout MaYor-dev +#git checkout MaYor-dev +git checkout master if [ $? == 0 ]; then orev=$(cat rev.txt) @@ -40,7 +41,7 @@ if [ $? == 0 ]; then fi - git checkout @{-1} +# git checkout @{-1} fi -
\ No newline at end of file + |