diff options
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 7e6103a39..6f2fb849c 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -266,7 +266,7 @@ class BuildError < RuntimeError end require "diagnostic" - unsupported_osx = Diagnostic::Checks.new.check_for_unsupported_osx + unsupported_osx = Homebrew::Diagnostic::Checks.new.check_for_unsupported_osx opoo unsupported_osx if unsupported_osx end end |
