Skip to content

Commit

Permalink
remove dashes on RC version
Browse files Browse the repository at this point in the history
  • Loading branch information
javierguerragiraldez committed Jan 22, 2021
1 parent 96c3435 commit 4ddd858
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ fi

version=$1

if [[ "$version" =~ "rc" ]]; then
version="${version//-}"
fi

function red() {
echo -e "\033[1;31m$@\033[0m"
}
Expand Down

0 comments on commit 4ddd858

Please sign in to comment.