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 98c574f commit ae33f66Copy full SHA for ae33f66
lib/github.js
@@ -101,7 +101,7 @@ function queryGithub (msg, done) {
101
last: repo.pushed_at || '',
102
urlRepo: 'https://github.com/' + msg.user + '/' + msg.repo,
103
urlClone: 'git+https://github.com/' + msg.user + '/' + msg.repo + '.git',
104
- urlSSH: 'git@github.com:' + msg.user + '/' + msg.repo + '.git',
+ urlSsh: 'git@github.com:' + msg.user + '/' + msg.repo + '.git',
105
pullRequests: prs && prs.length || 0,
106
cached: Date.now()
107
}
0 commit comments