diff --git a/scripts/helper.sh b/scripts/helper.sh index 43743301..35c31355 100755 --- a/scripts/helper.sh +++ b/scripts/helper.sh @@ -27,7 +27,7 @@ cd "$path" || exit 1 version=$(uv version) # Get the version number -version_number="${version##* }" +version_number="v${version##* }" # Get the path and version string path_version="$path$version_number"