Skip to content

Commit

Permalink
Merge pull request #9 from buttahtoast/kkl
Browse files Browse the repository at this point in the history
fixing build issues
  • Loading branch information
chifu1234 authored Apr 3, 2021
2 parents 30f08f5 + d9b6c8d commit 1355092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ do
tags=$(git tag)
tversion=$(cat $v | jq .version | sed -e 's/\"//g')
version=$(echo ${i%/}-${tversion})
if [[ ${tags[*]} =~ $version ]]
if [[ " ${tags[@]} " =~ " ${version} " ]]
then
echo "exists"
else
Expand Down

0 comments on commit 1355092

Please sign in to comment.