From 0f87f5ed28960d962f34977953561d22983da4f9 Mon Sep 17 00:00:00 2001 From: Forrest L Norvell Date: Fri, 27 Feb 2015 01:51:33 -0800 Subject: cache: add-remote-git expects no 'git+' on URLs --- lib/cache/maybe-github.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cache/maybe-github.js b/lib/cache/maybe-github.js index 5ecdb6915..e24099115 100644 --- a/lib/cache/maybe-github.js +++ b/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) { -- cgit v1.2.3