Update get-url.ts

This commit is contained in:
Arnaud Levy 2024-11-05 09:07:35 +01:00 committed by GitHub
parent c6275e7b7c
commit 6191baf0cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ export default function getURL(
extendedStr = 'extended_'; extendedStr = 'extended_';
} }
let withdeployStr = ''; let withdeployStr = '';
if (options..withdeploy === 'true') { if (options.withdeploy === 'true') {
withdeployStr = 'withdeploy_'; withdeployStr = 'withdeploy_';
} }
let ext = 'tar.gz'; let ext = 'tar.gz';