From 35d4f29e38ade742933bd70908f85a2015af88e5 Mon Sep 17 00:00:00 2001 From: Peter Downs Date: Mon, 23 Dec 2024 12:52:21 -0500 Subject: [PATCH] undo semicolon change --- src/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.ts b/src/run.ts index ad4db86..9c38cce 100644 --- a/src/run.ts +++ b/src/run.ts @@ -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)