caveats: add newline after keg only reason.
This commit is contained in:
parent
1f97e3186a
commit
7a2c5c0f2f
@ -47,7 +47,7 @@ class Caveats
|
|||||||
return unless f.keg_only?
|
return unless f.keg_only?
|
||||||
|
|
||||||
s = "This formula is keg-only, which means it was not symlinked into #{HOMEBREW_PREFIX}."
|
s = "This formula is keg-only, which means it was not symlinked into #{HOMEBREW_PREFIX}."
|
||||||
s << "\n\n#{f.keg_only_reason}"
|
s << "\n\n#{f.keg_only_reason}\n"
|
||||||
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"
|
||||||
if f.bin.directory?
|
if f.bin.directory?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user