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:
Diffstat (limited to 'lib/utils/error-handler.js')
-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
}