From a4ce66c9f0d4dbedb3100e5ce70149921e378beb Mon Sep 17 00:00:00 2001 From: Ankit Date: Thu, 30 Aug 2012 15:18:07 +0530 Subject: node: use https url for npm Closes #14552. Signed-off-by: Adam Vandenberg --- Library/Formula/node.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/node.rb') diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index ffec4a4d5..c2d33c503 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -89,7 +89,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: -- cgit v1.2.3