Merge pull request #11254 from mistydemeo/unbottled_fix_argument
Unbottled: fix use of invalid argument
This commit is contained in:
commit
1157a97d8b
@ -216,7 +216,7 @@ module Homebrew
|
||||
end
|
||||
|
||||
deps = Array(deps_hash[f.name]).reject do |dep|
|
||||
dep.bottle_specification.tag?(@bottle_tag, exact: true) || dep.bottle_unneeded?
|
||||
dep.bottle_specification.tag?(@bottle_tag, no_older_versions: true) || dep.bottle_unneeded?
|
||||
end
|
||||
|
||||
if deps.blank?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user