mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
duplicate in ask_formulae
This commit is contained in:
parent
c5036f3bba
commit
c7f7ab5631
@ -469,7 +469,7 @@ module Homebrew
|
|||||||
end.flat_map(&:to_formula)]
|
end.flat_map(&:to_formula)]
|
||||||
end.flatten.uniq
|
end.flatten.uniq
|
||||||
formulae_dependencies.concat(dependants.upgradeable) if dependants&.upgradeable
|
formulae_dependencies.concat(dependants.upgradeable) if dependants&.upgradeable
|
||||||
formulae_dependencies
|
formulae_dependencies.uniq
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user