Merge branch 'license' of https://github.com/MLH-Fellowship/brew into license

This commit is contained in:
Lionell 2020-06-19 04:24:39 +08:00
commit ec2391100a

View File

@ -364,7 +364,7 @@ module Homebrew
else else
problem "#{formula.license} is not a standard SPDX license." problem "#{formula.license} is not a standard SPDX license."
end end
else elsif @new_formula
problem "No license specified for package." problem "No license specified for package."
end end
end end