Merge pull request #8134 from MikeMcQuaid/info-licenses
info: handle license array.
This commit is contained in:
commit
aed65a20d8
@ -211,7 +211,7 @@ module Homebrew
|
||||
|
||||
puts "From: #{Formatter.url(github_info(f))}"
|
||||
|
||||
puts "License: #{f.license}" if f.license
|
||||
puts "License: #{f.license.join(", ")}" if f.license
|
||||
|
||||
unless f.deps.empty?
|
||||
ohai "Dependencies"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user