mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 21:16:57 +00:00
undo semicolon change
This commit is contained in:
parent
7b9fd1c127
commit
35d4f29e38
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ export async function downloadHelm(
|
|||
core.info(`Restoring '${version}' from cache`)
|
||||
} else {
|
||||
core.info(`Downloading '${version}' from '${baseURL}'`)
|
||||
let helmDownloadPath;
|
||||
let helmDownloadPath
|
||||
try {
|
||||
helmDownloadPath = await toolCache.downloadTool(
|
||||
getHelmDownloadURL(baseURL, version)
|
||||
|
|
|
|||
Loading…
Reference in a new issue