Browse Source

revert changes to tag script

jspijker 2 years ago
parent
commit
9bb1383da2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/rename_cura_1_tags.sh

+ 1 - 1
scripts/rename_cura_1_tags.sh

@@ -11,4 +11,4 @@ do
         git tag -d $i; #Delete old tag.
         git push origin 1.$i :$i #Rename the tag remotely too.
     fi
-done
+done