File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def run
71
71
File . write ( "_data/cask_canonical.json" , "#{ canonical_json } \n " ) unless args . dry_run?
72
72
73
73
OnSystem ::VALID_OS_ARCH_TAGS . each do |bottle_tag |
74
- variation_casks = all_casks . transform_values do |cask |
74
+ variation_casks = all_casks . map do |_ , cask |
75
75
Homebrew ::API . merge_variations ( cask , bottle_tag :)
76
76
end
77
77
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def run
69
69
File . write ( "_data/formula_canonical.json" , "#{ canonical_json } \n " ) unless args . dry_run?
70
70
71
71
OnSystem ::VALID_OS_ARCH_TAGS . each do |bottle_tag |
72
- variation_formulae = all_formulae . transform_values do |formula |
72
+ variation_formulae = all_formulae . map do |_ , formula |
73
73
Homebrew ::API . merge_variations ( formula , bottle_tag :)
74
74
end
75
75
You can’t perform that action at this time.
0 commit comments