Update Library/Homebrew/cmd/tap-info.rb

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Will Faught 2024-04-12 09:49:33 -07:00 committed by GitHub
parent 4e7d128604
commit 661f78e9c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,7 @@ module Homebrew
if tap.installed? if tap.installed?
info += "Installed" info += "Installed"
info += if (contents = tap.contents).blank? info += if (contents = tap.contents).blank?
"no commands/casks/formulae" "\nNo commands/casks/formulae"
else else
contents.join(", ") contents.join(", ")
end end