exceptions: hotfix

This commit is contained in:
Baptiste Fontaine 2016-01-05 16:07:53 +01:00
parent 52f471ac8d
commit 88535b09b7

View File

@ -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