From 6191baf0ccb55697cc1655a2fc5522e3c57c319f Mon Sep 17 00:00:00 2001 From: Arnaud Levy Date: Tue, 5 Nov 2024 09:07:35 +0100 Subject: [PATCH] Update get-url.ts --- src/get-url.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/get-url.ts b/src/get-url.ts index f6a07cc..b150f49 100644 --- a/src/get-url.ts +++ b/src/get-url.ts @@ -14,7 +14,7 @@ export default function getURL( extendedStr = 'extended_'; } let withdeployStr = ''; - if (options..withdeploy === 'true') { + if (options.withdeploy === 'true') { withdeployStr = 'withdeploy_'; } let ext = 'tar.gz';