Skip to content

Commit

Permalink
Fix shellcheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetkovski committed Jul 14, 2021
1 parent a054912 commit 33fd1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/generate-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ get_version() {
if [[ "$v" == "" ]]; then
v="$(get_version_from_user "${component}")"
fi
echo "$v" | sed 's/v//g'
echo "${v//v/}"
}


Expand Down

0 comments on commit 33fd1b0

Please sign in to comment.