Skip to content

Commit c7c4ecc

Browse files
committed
fix download address
1 parent 1c86e61 commit c7c4ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/osinstaller/CxInstaller.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ export class CxInstaller {
120120

121121
try {
122122
console.log(`Downloading from: ${url}`);
123-
await downloadFile(url, "/Users/benalvo/CxDev/workspace/Pheonix-workspace/ast-cli-javascript-wrapper-runtime-cli/src/main/wrapper/resources");
124-
console.log(`Downloaded to: /Users/benalvo/CxDev/workspace/Pheonix-workspace/ast-cli-javascript-wrapper-runtime-cli/src/main/wrapper/resources`);
123+
await downloadFile(url, "/resources");
124+
console.log(`Downloaded to: /resources`);
125125

126126
// Now extract the downloaded archive
127127
} catch (error) {

0 commit comments

Comments
 (0)