aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 db4fab753..71760b600 100644
--- a/Library/Homebrew/formula_cellar_checks.rb
+++ b/Library/Homebrew/formula_cellar_checks.rb
@@ -82,7 +82,7 @@ module FormulaCellarChecks
["Non-executables were installed to \"#{bin}\".",
<<-EOS.undent
The offending files are:
- #{non_exes}"
+ #{non_exes}
EOS
]
end