info: handle license array.
Fixes https://github.com/Homebrew/brew/issues/8132
This commit is contained in:
parent
06f078fad2
commit
5606817293
@ -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