Skip to content

Commit ae33f66

Browse files
committed
Changed urlSSH to urlSsh to match nodezoo-web
1 parent 98c574f commit ae33f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function queryGithub (msg, done) {
101101
last: repo.pushed_at || '',
102102
urlRepo: 'https://github.com/' + msg.user + '/' + msg.repo,
103103
urlClone: 'git+https://github.com/' + msg.user + '/' + msg.repo + '.git',
104-
urlSSH: 'git@github.com:' + msg.user + '/' + msg.repo + '.git',
104+
urlSsh: 'git@github.com:' + msg.user + '/' + msg.repo + '.git',
105105
pullRequests: prs && prs.length || 0,
106106
cached: Date.now()
107107
}

0 commit comments

Comments
 (0)