Commit e41ac5fba5a491266140861a69ba0d2a890ac8e4

Authored by Perry Werneck
1 parent 3da753a3
Exists in master and in 2 other branches develop, macos

Fixing pushtag script.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -20,8 +20,8 @@ fi @@ -20,8 +20,8 @@ fi
20 git push 20 git push
21 21
22 git fetch origin 22 git fetch origin
23 -git checkout master  
24 -git merge origin/master 23 +#git checkout master
  24 +#git merge origin/master
25 25
26 git tag -f ${1} 26 git tag -f ${1}
27 git push -f --tags 27 git push -f --tags