caveats: chomp keg_only reason
This commit is contained in:
parent
7a0e5d123c
commit
c081b3d975
@ -46,7 +46,7 @@ class Caveats
|
|||||||
|
|
||||||
s = <<-EOS.undent
|
s = <<-EOS.undent
|
||||||
This formula is keg-only, which means it was not symlinked into #{HOMEBREW_PREFIX},
|
This formula is keg-only, which means it was not symlinked into #{HOMEBREW_PREFIX},
|
||||||
because #{f.keg_only_reason}.
|
because #{f.keg_only_reason.to_s.chomp}.
|
||||||
EOS
|
EOS
|
||||||
if f.bin.directory? || f.sbin.directory?
|
if f.bin.directory? || f.sbin.directory?
|
||||||
s << "\nIf you need to have this software first in your PATH run:\n"
|
s << "\nIf you need to have this software first in your PATH run:\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user