aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index 66d5c33d2..b82bb6111 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -166,7 +166,7 @@ class BuildError < RuntimeError
puts "Path: #{formula.path}"
end
ohai "Configuration"
- Homebrew.dump_build_config
+ Homebrew.dump_verbose_config
ohai "ENV"
Homebrew.dump_build_env(env)
puts