From 16b69317fe926acaa742f520b13340fb4f117e7d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 17 Jul 2013 11:27:07 -0500 Subject: [PATCH] Remove stray quotation mark --- Library/Homebrew/formula_cellar_checks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_cellar_checks.rb b/Library/Homebrew/formula_cellar_checks.rb index db4fab7538..71760b6006 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