audit-license: Small change to use license_array

This commit is contained in:
Lionell 2020-07-24 21:50:59 +08:00
parent 4a14ae6589
commit 721c9b06cd

View File

@ -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