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:
parent
f05e267c3f
commit
e4bd231680
@ -276,7 +276,7 @@ def audit_formula_instance f
|
|||||||
|
|
||||||
case d
|
case d
|
||||||
when "git", "python", "ruby", "emacs", "mysql", "postgresql"
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user