aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-09-07 17:38:15 +0100
committerMike McQuaid2013-09-07 17:38:15 +0100
commitc053779a98b4e36a8bf2f5cb385b3a1d54cea9a0 (patch)
treed255f1cc7417018b6aa50de4f32c32a1ae042960 /Library
parent4d04482f74ad470704e4d4514bba32f8da94ad3d (diff)
downloadhomebrew-c053779a98b4e36a8bf2f5cb385b3a1d54cea9a0.tar.bz2
audit: print warning and description.
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