aboutsummaryrefslogtreecommitdiffstats
path: root/checkupdate.sh
diff options
context:
space:
mode:
authorM.Gergo2020-03-26 03:27:56 +0100
committerM.Gergo2020-03-26 03:27:56 +0100
commitf5c88cbab227449ae2c1f000d9911499f6065315 (patch)
tree7289ade8ca8a81b057f3971214a14dca89cbb568 /checkupdate.sh
parenteda9d0ccda758e677fd0f1f67942057339c5ca99 (diff)
downloadmayor-f5c88cbab227449ae2c1f000d9911499f6065315.tar.gz
mayor-f5c88cbab227449ae2c1f000d9911499f6065315.zip
checkupdate
Diffstat (limited to 'checkupdate.sh')
-rwxr-xr-xcheckupdate.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/checkupdate.sh b/checkupdate.sh
index f094e685..47febde4 100755
--- a/checkupdate.sh
+++ b/checkupdate.sh
@@ -39,7 +39,8 @@ if [ $? == 0 ]; then
git tag -a "rev$nrev" -m "Rev: $nrev"
fi
+
+ git checkout @{-1}
fi
-git checkout master
\ No newline at end of file