Skip to content

Commit

Permalink
feat: Corrections after PR checks
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeluxe committed Aug 4, 2022
1 parent 0304411 commit a05b0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/feature-installer-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function checkAndCleanVersion {
if [ "${VERSION:0:1}" == "v" ]
then
echo "[DEPRECATION WARNING] Versions with a \"v\" prefix are deprecated and will be removed in CloudControl 4.0. Please only use versions without the \"v\" prefix. (Got \"${VERSION}\")" >&2
echo "${VERSION}" | sed 's/^v//'
echo "${VERSION/#v/}"
else
echo "${VERSION}"
fi
Expand Down

0 comments on commit a05b0ea

Please sign in to comment.