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:
parent
ed7a21d589
commit
7deffe0415
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue