aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorBaptiste Fontaine2016-01-05 16:07:53 +0100
committerBaptiste Fontaine2016-01-05 16:08:25 +0100
commit88535b09b7d5b74422cd7a5ddf82b9953c93598f (patch)
tree5062119ba4f853408afe3a33a911029e05447dfe /Library/Homebrew/exceptions.rb
parent52f471ac8db7d9dabe7b618f8f9cfd5333b4f481 (diff)
downloadbrew-88535b09b7d5b74422cd7a5ddf82b9953c93598f.tar.bz2
exceptions: hotfix
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb2
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