Skip to content

Commit

Permalink
Update get-url.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlevy authored Nov 5, 2024
1 parent c6275e7 commit 6191baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get-url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 6191baf

Please sign in to comment.