audit-license: Small change to use license_array
This commit is contained in:
parent
4a14ae6589
commit
721c9b06cd
@ -130,7 +130,7 @@ module Homebrew
|
||||
fa = formula_auditor "foo", <<~RUBY, spdx_data: spdx_data, new_formula: true
|
||||
class Foo < Formula
|
||||
url "https://brew.sh/foo-1.0.tgz"
|
||||
license "#{custom_spdx_id}"
|
||||
license "#{license_array}"
|
||||
end
|
||||
RUBY
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user