aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/formula_cellar_checks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_cellar_checks.rb b/Library/Homebrew/formula_cellar_checks.rb
index 7c975f6e7..f123a85cc 100644
--- a/Library/Homebrew/formula_cellar_checks.rb
+++ b/Library/Homebrew/formula_cellar_checks.rb
@@ -69,7 +69,7 @@ module FormulaCellarChecks
["Non-libraries were installed to \"#{f.lib}\".",
<<-EOS.undent
- Installing non-libraries to "lib" is bad practice.
+ Installing non-libraries to "lib" is discouraged.
The offending files are:
#{non_libraries * "\n "}
EOS