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 3d9b24034..c2b78f878 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -356,7 +356,7 @@ class BuildError < RuntimeError        return      end -    if formula.tap +    if formula.tap && defined?(OS::ISSUES_URL)        if formula.tap.official?          puts Formatter.error(Formatter.url(OS::ISSUES_URL), label: "READ THIS")        elsif issues_url = formula.tap.issues_url | 
