aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 0fca0b4af..af111a564 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -592,8 +592,8 @@ class FormulaAuditor
def audit_check_output warning_and_description
return unless warning_and_description
- warning, _ = *warning_and_description
- problem warning
+ warning, description = *warning_and_description
+ problem "#{warning}\n#{description}"
end
def audit_installed