Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2015-03-01 02:11:06 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-03-02 21:17:06 +0300
commit21c1ac41280f0716a208cde14025a2ad5ef61fed (patch)
tree73264f543bc647c679d18b4695e6cf8da8f7a753
parentc8258f31365b045e5fcf15b865a363abbc3be616 (diff)
error-handler: update support url to https from http
-rw-r--r--lib/utils/error-handler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/error-handler.js b/lib/utils/error-handler.js
index a544efcd0..1c80ab590 100644
--- a/lib/utils/error-handler.js
+++ b/lib/utils/error-handler.js
@@ -355,7 +355,7 @@ function errorHandler (er) {
default:
log.error("", er.message || er)
log.error("", ["", "If you need help, you may report this error at:"
- ," <http://github.com/npm/npm/issues>"
+ ," <https://github.com/npm/npm/issues>"
].join("\n"))
break
}