Update get-url.ts
This commit is contained in:
parent
c6275e7b7c
commit
6191baf0cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue