Strip keg_only? text to avoid double newlines
This commit is contained in:
parent
630c77a362
commit
71cc478a86
@ -5,7 +5,7 @@ def text_for_keg_only_formula f
|
||||
<<-EOS
|
||||
This formula is keg-only, so it was not symlinked into #{HOMEBREW_PREFIX}.
|
||||
|
||||
#{f.keg_only?}
|
||||
#{f.keg_only?.strip}
|
||||
|
||||
Generally there are no consequences of this for you.
|
||||
If you build your own software and it requires this formula, you'll need
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user