diff options
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index a119f82e8..eb1322694 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -48,7 +48,7 @@ def blacklisted? name Homebrew does not provide npm because it is self-updating. To install it, first `brew install nodejs' and then: - curl http://npmjs.org/install.sh | sh + curl https://npmjs.org/install.sh | sh EOS when /(lib)?lzma/ "lzma is now part of the xz formula." |
