diff options
| author | Adam Vandenberg | 2013-06-23 16:21:48 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-06-24 07:33:37 -0700 | 
| commit | c521b1afb1640eeaea6024ecb45a1eb0fcdda37f (patch) | |
| tree | 97abc68ae01007245a52fc6664626020eaf241de /Library/Homebrew/exceptions.rb | |
| parent | 29847b54aa38cfa06517ffdfa5a7b1b070fc59a8 (diff) | |
| download | homebrew-c521b1afb1640eeaea6024ecb45a1eb0fcdda37f.tar.bz2 | |
Use 'path or URL' as tap for non-tap, non-core formulae
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 612e4b705..ede1b35ab 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -176,7 +176,7 @@ class BuildError < Homebrew::InstallationError        unless formula.core_formula?          ohai "Formula" -        puts "Tap: #{formula.tap}" unless formula.tap == "mxcl/master" # tap lies about non-tap externals +        puts "Tap: #{formula.tap}"          puts "Path: #{formula.path.realpath}"        end        ohai "Configuration" | 
