From 4eb31ac676f0980992af1c7c36965228068f00fe Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 7 Sep 2013 17:38:15 +0100 Subject: audit: print warning and description. --- Library/Homebrew/cmd/audit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3