Skip to content

Commit f9c7461

Browse files
committed
Fix v prefix
1 parent 8c2924d commit f9c7461

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/helm.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ while true; do
5151
esac
5252
done
5353

54-
# Remove the "v" prefix.
55-
version="${version#v}"
54+
version="${version}"
5655
if [[ "$version" == "" ]]; then
5756
version="$(./scripts/version.sh)"
5857
fi

0 commit comments

Comments
 (0)