Skip to content
Snippets Groups Projects
Unverified Commit 0e27ec70 authored by Sean Molenaar's avatar Sean Molenaar Committed by GitHub
Browse files

Update Library/Homebrew/extend/os/mac/caveats.rb

parent 3ab21cc4
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ class Caveats
def plist_caveats
s = []
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
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment