File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const inquirer = require('inquirer');
88const findProcess = require ( 'find-process' ) ;
99
1010const downloadPathTemplate =
11- "https://github.com/loft -sh/devspace/releases/download/v{{version}}/devspace-{{platform}}-{{arch}}" ;
11+ "https://github.com/devspace -sh/devspace/releases/download/v{{version}}/devspace-{{platform}}-{{arch}}" ;
1212const ARCH_MAPPING = {
1313 ia32 : "386" ,
1414 x64 : "amd64" ,
@@ -79,7 +79,7 @@ const sanitizeVersion = function(version) {
7979}
8080
8181const getLatestVersion = function ( callback ) {
82- const releasesURL = "https://github.com/loft -sh/devspace/releases/latest" ;
82+ const releasesURL = "https://github.com/devspace -sh/devspace/releases/latest" ;
8383
8484 fetch ( releasesURL , { headers : requestHeaders , redirect : false } )
8585 . then ( function ( res ) {
Original file line number Diff line number Diff line change 88 "main" : " index.js" ,
99 "repository" : {
1010 "type" : " git" ,
11- "url" : " https://github.com/loft -sh/devspace"
11+ "url" : " https://github.com/devspace -sh/devspace"
1212 },
13- "homepage" : " https://github.com/loft -sh/devspace" ,
13+ "homepage" : " https://github.com/devspace -sh/devspace" ,
1414 "scripts" : {
1515 "postinstall" : " node index.js install" ,
1616 "preuninstall" : " node index.js uninstall" ,
You can’t perform that action at this time.
0 commit comments