We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5d2f2 commit 092aab7Copy full SHA for 092aab7
dist/npm/index.js
@@ -8,7 +8,7 @@ const inquirer = require('inquirer');
8
const findProcess = require('find-process');
9
10
const downloadPathTemplate =
11
- "https://github.com/loft-sh/devspace/releases/download/{{version}}/devspace-{{platform}}-{{arch}}";
+ "https://github.com/loft-sh/devspace/releases/download/v{{version}}/devspace-{{platform}}-{{arch}}";
12
const ARCH_MAPPING = {
13
ia32: "386",
14
x64: "amd64",
@@ -460,4 +460,4 @@ if (process.ppid > 1) {
460
})
461
} else {
462
continueProcess(true);
463
-}
+}
0 commit comments