diff --git a/commands/install.js b/commands/install.js index 142cfd8..bef8298 100644 --- a/commands/install.js +++ b/commands/install.js @@ -41,7 +41,7 @@ function action(repo, options) { var repoUrl = null; if (parsed.type === 'hosted') { - repoUrl = parsed.hosted.gitUrl; + repoUrl = parsed.hosted.ssh; } else { console.error('Please enter a valid git repository URL or GitHub username/repo pair.'); return;