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';