aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorJuan C. Mùˆller2012-08-03 17:33:31 -0400
committerAdam Vandenberg2012-08-03 19:32:47 -0700
commit7b00c66555fc69c25f4f959de4f3cbf45f934942 (patch)
tree726be849a528ad956e3c136d25fa6fdf56d5b37a /Library/Formula/node.rb
parent99decba5fe5cd5e1980e054209ddce32ffb3d173 (diff)
downloadhomebrew-7b00c66555fc69c25f4f959de4f3cbf45f934942.tar.bz2
node: use https for npm install location
Closes #13924. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 755ab75ee..b27fa30b8 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -34,7 +34,7 @@ class Node < Formula
<<-EOS.undent
Homebrew has NOT installed npm. We recommend the following method of
installation:
- curl http://npmjs.org/install.sh | sh
+ curl https://npmjs.org/install.sh | sh
After installing, add the following path to your NODE_PATH environment
variable to have npm libraries picked up: