4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 13:06:56 +00:00

Addressing comment

This commit is contained in:
Asa Gayle 2022-02-08 16:17:06 -05:00
parent ed7a21d589
commit 7deffe0415

View file

@ -42,7 +42,7 @@ export async function run() {
}
//Returns version with proper v before it
export function getValidVersion(version:string): string {
export function getValidVersion(version: string): string {
return "v" + version;
}