Skip to content

Commit

Permalink
fix(install): use ssh instead of giturl
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Camp committed Mar 2, 2016
1 parent 52fbe07 commit 7c25f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7c25f0f

Please sign in to comment.