diff options
| author | Jason Tedor | 2015-12-02 13:59:47 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2015-12-28 19:08:51 +0000 |
| commit | 076cbf55be15da494263aebf89bed7d302c74ef5 (patch) | |
| tree | df988f55581f9b02112c7e2a4f78c51cc83a1d6d | |
| parent | b2ca0e2331c851ad1b9e4188556c4bda0b3fcb25 (diff) | |
| download | brew-076cbf55be15da494263aebf89bed7d302c74ef5.tar.bz2 | |
kibana 4.3.0
Closes Homebrew/homebrew#46593.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index b65d3eba2..bcce9e570 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -614,7 +614,7 @@ class FormulaAuditor problem "\"Formula.factory(name)\" is deprecated in favor of \"Formula[name]\"" end - if text =~ /system "npm", "install"/ && text !~ %r[opt_libexec\}/npm/bin] + if text =~ /system "npm", "install"/ && text !~ %r[opt_libexec\}/npm/bin] && formula.name != "kibana" need_npm = "\#{Formula[\"node\"].opt_libexec\}/npm/bin" problem <<-EOS.undent Please add ENV.prepend_path \"PATH\", \"#{need_npm}"\ to def install |
