diff options
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 70045333a..07658c6e7 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -356,8 +356,8 @@ class BuildError < RuntimeError end require "diagnostic" - unsupported_osx = Homebrew::Diagnostic::Checks.new.check_for_unsupported_osx - opoo unsupported_osx if unsupported_osx + unsupported_macos = Homebrew::Diagnostic::Checks.new.check_for_unsupported_macos + opoo unsupported_macos if unsupported_macos end end |
