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