aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/audit.rb
diff options
context:
space:
mode:
authorJack Nagel2011-12-15 16:57:06 -0600
committerJack Nagel2011-12-15 16:59:02 -0600
commite4bd23168070cdb2237ea34987e94b0e477aa0cf (patch)
tree94d90f01f11af048274e855bc25a5b9dc3f9eeda /Library/Homebrew/cmd/audit.rb
parentf05e267c3f1f6dad31b8acdfa8417d5bf03b6d14 (diff)
downloadbrew-e4bd23168070cdb2237ea34987e94b0e477aa0cf.tar.bz2
audit: hard wrap dep warning
The warning is lengthy, and usually wraps on 80-column terminals. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/cmd/audit.rb')
-rwxr-xr-xLibrary/Homebrew/cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 0a8a5a21a..f78694614 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