diff options
Diffstat (limited to 'Library')
| -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 4c416312c..506a6b190 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -14,7 +14,7 @@ module Homebrew problem_count = 0 strict = ARGV.include? "--strict" - if strict && ARGV.resolved_formulae.any? && MacOS.version >= :mavericks + if strict && ARGV.resolved_formulae.any? && RUBY_VERSION.split(".").first.to_i >= 2 require "cmd/style" ohai "brew style #{ARGV.resolved_formulae.join " "}" style |
