audit: hard wrap dep warning

The warning is lengthy, and usually wraps on 80-column terminals.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2011-12-15 16:57:06 -06:00
parent f05e267c3f
commit e4bd231680

View File

@ -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