From c521b1afb1640eeaea6024ecb45a1eb0fcdda37f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 23 Jun 2013 16:21:48 -0700 Subject: Use 'path or URL' as tap for non-tap, non-core formulae --- Library/Homebrew/exceptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/exceptions.rb') 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" -- cgit v1.2.3