Update Library/Homebrew/extend/os/mac/caveats.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
3ab21cc412
commit
0e27ec707b
@ -7,7 +7,7 @@ class Caveats
|
|||||||
def plist_caveats
|
def plist_caveats
|
||||||
s = []
|
s = []
|
||||||
if !f.plist && !f.service? && !keg&.plist_installed?
|
if !f.plist && !f.service? && !keg&.plist_installed?
|
||||||
caveat = "#{s.join("\n")}\n" unless s.empty?
|
caveat = "#{s.join("\n")}\n" if s.present?
|
||||||
return caveat
|
return caveat
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user