don't skip any language

This commit is contained in:
xxyzz 2021-12-25 15:01:49 +08:00
parent 4cf996bcdf
commit 5f3a69c227
No known key found for this signature in database
GPG Key ID: F796163E6DCFEE9D

View File

@ -145,8 +145,6 @@ module Homebrew
end
cask.languages.each do |language|
next if language == cask.language
lang_config = tmp_config.merge(Cask::Config.new(explicit: { languages: [language] }))
replacement_pairs << fetch_cask(tmp_contents, config: lang_config)
end