mirror of
https://github.com/gosticks/brew.git
synced 2026-08-16 22:50:18 +00:00
info: handle license array.
Fixes https://github.com/Homebrew/brew/issues/8132
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user