mirror of
https://github.com/gosticks/brew.git
synced 2026-09-01 14:30:27 +00:00
Merge pull request #8134 from MikeMcQuaid/info-licenses
info: handle license array.
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