Skip to content

Commit 092aab7

Browse files
committed
fix: NPM installer versions
1 parent 4f5d2f2 commit 092aab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/npm/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const inquirer = require('inquirer');
88
const findProcess = require('find-process');
99

1010
const downloadPathTemplate =
11-
"https://github.com/loft-sh/devspace/releases/download/{{version}}/devspace-{{platform}}-{{arch}}";
11+
"https://github.com/loft-sh/devspace/releases/download/v{{version}}/devspace-{{platform}}-{{arch}}";
1212
const ARCH_MAPPING = {
1313
ia32: "386",
1414
x64: "amd64",
@@ -460,4 +460,4 @@ if (process.ppid > 1) {
460460
})
461461
} else {
462462
continueProcess(true);
463-
}
463+
}

0 commit comments

Comments
 (0)