summaryrefslogtreecommitdiff
path: root/deps/npm/lib/cache/maybe-github.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/cache/maybe-github.js')
-rw-r--r--deps/npm/lib/cache/maybe-github.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/cache/maybe-github.js b/deps/npm/lib/cache/maybe-github.js
index 5ecdb6915..e24099115 100644
--- a/deps/npm/lib/cache/maybe-github.js
+++ b/deps/npm/lib/cache/maybe-github.js
@@ -11,7 +11,7 @@ module.exports = function maybeGithub (p, cb) {
return addRemoteGit(u, true, function (er, data) {
if (er) {
- var upriv = "git+ssh://git@github.com:" + p
+ var upriv = "ssh://git@github.com:" + p
log.info("maybeGithub", "Attempting %s from %s", p, upriv)
return addRemoteGit(upriv, false, function (er, data) {