Use newlines in package info
This commit is contained in:
parent
661f78e9c1
commit
29c561eb59
@ -68,9 +68,9 @@ module Homebrew
|
|||||||
info += if (contents = tap.contents).blank?
|
info += if (contents = tap.contents).blank?
|
||||||
"\nNo commands/casks/formulae"
|
"\nNo commands/casks/formulae"
|
||||||
else
|
else
|
||||||
contents.join(", ")
|
"\n#{contents.join(", ")}"
|
||||||
end
|
end
|
||||||
info += ", private" if tap.private?
|
info += "\nPrivate" if tap.private?
|
||||||
info += "\n#{tap.path} (#{tap.path.abv})"
|
info += "\n#{tap.path} (#{tap.path.abv})"
|
||||||
info += "\nFrom: #{tap.remote.presence || "N/A"}"
|
info += "\nFrom: #{tap.remote.presence || "N/A"}"
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user