formula_cellar_checks: fix broken dylib spacing.
This commit is contained in:
parent
00c8d71a23
commit
93051b27d6
@ -69,7 +69,7 @@ module FormulaCellarChecks
|
|||||||
return unless checker.broken_dylibs?
|
return unless checker.broken_dylibs?
|
||||||
output = <<-EOS.undent
|
output = <<-EOS.undent
|
||||||
#{formula} has broken dynamic library links:
|
#{formula} has broken dynamic library links:
|
||||||
#{checker.broken_dylibs.to_a * "\n "}
|
#{checker.broken_dylibs.to_a * "\n "}
|
||||||
EOS
|
EOS
|
||||||
tab = Tab.for_keg(keg)
|
tab = Tab.for_keg(keg)
|
||||||
if tab.poured_from_bottle
|
if tab.poured_from_bottle
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user