aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJason Tedor2015-12-02 13:59:47 -0500
committerMike McQuaid2015-12-28 19:08:51 +0000
commit076cbf55be15da494263aebf89bed7d302c74ef5 (patch)
treedf988f55581f9b02112c7e2a4f78c51cc83a1d6d /Library
parentb2ca0e2331c851ad1b9e4188556c4bda0b3fcb25 (diff)
downloadbrew-076cbf55be15da494263aebf89bed7d302c74ef5.tar.bz2
kibana 4.3.0
Closes Homebrew/homebrew#46593. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb2
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