aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-08-08 11:08:03 +0100
committerMike McQuaid2017-08-08 11:08:35 +0100
commit93051b27d6886dae6df01544c86df579f21f6410 (patch)
tree5789df8dd3d0bcb4473ed507100c42c842469bc1
parent00c8d71a23e15688ae7e5d1c20079f15b81a3bbb (diff)
downloadbrew-93051b27d6886dae6df01544c86df579f21f6410.tar.bz2
formula_cellar_checks: fix broken dylib spacing.
-rw-r--r--Library/Homebrew/extend/os/mac/formula_cellar_checks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/os/mac/formula_cellar_checks.rb b/Library/Homebrew/extend/os/mac/formula_cellar_checks.rb
index 4d5ce3e9e..32e5774f6 100644
--- a/Library/Homebrew/extend/os/mac/formula_cellar_checks.rb
+++ b/Library/Homebrew/extend/os/mac/formula_cellar_checks.rb
@@ -69,7 +69,7 @@ module FormulaCellarChecks
return unless checker.broken_dylibs?
output = <<-EOS.undent
#{formula} has broken dynamic library links:
- #{checker.broken_dylibs.to_a * "\n "}
+ #{checker.broken_dylibs.to_a * "\n "}
EOS
tab = Tab.for_keg(keg)
if tab.poured_from_bottle