Update Library/Homebrew/cmd/tap-info.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
4e7d128604
commit
661f78e9c1
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user