diff options
| author | Ankit | 2012-08-30 15:18:07 +0530 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-30 07:10:55 -0700 |
| commit | a4ce66c9f0d4dbedb3100e5ce70149921e378beb (patch) | |
| tree | 44fffc19e8ac1131caa3ca960c3afa5058c9b320 /Library/Formula | |
| parent | d706eace5666c946312c32afd67e7a9f46c29933 (diff) | |
| download | homebrew-a4ce66c9f0d4dbedb3100e5ce70149921e378beb.tar.bz2 | |
node: use https url for npm
Closes #14552.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
