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 8c1c46998..56a3f7dc7 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -196,7 +196,7 @@ class BuildError < Homebrew::InstallationError unless formula.core_formula? ohai "Formula" puts "Tap: #{formula.tap}" - puts "Path: #{formula.path.realpath}" + puts "Path: #{formula.path}" end ohai "Configuration" Homebrew.dump_build_config |
