From e4bd23168070cdb2237ea34987e94b0e477aa0cf Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 15 Dec 2011 16:57:06 -0600 Subject: [PATCH] audit: hard wrap dep warning The warning is lengthy, and usually wraps on 80-column terminals. Signed-off-by: Jack Nagel --- Library/Homebrew/cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 0a8a5a21a1..f786946143 100755 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -276,7 +276,7 @@ def audit_formula_instance f case d when "git", "python", "ruby", "emacs", "mysql", "postgresql" - problems << " * Don't use #{d} as a dependency; we allow non-Homebrew #{d} installs." + problems << " * Don't use #{d} as a dependency; we allow non-Homebrew\n #{d} installs." end end