Skip to content
Snippets Groups Projects
Commit 88535b09 authored by Baptiste Fontaine's avatar Baptiste Fontaine
Browse files

exceptions: hotfix

parent 52f471ac
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment