Merge pull request #7367 from MikeMcQuaid/formulae_paths_fix

cli/args: fix formulae_paths.
This commit is contained in:
Mike McQuaid 2020-04-15 17:08:43 +01:00 committed by GitHub
commit 80eda90f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ module Homebrew
def formulae_paths def formulae_paths
@formulae_paths ||= (downcased_unique_named - casks).map do |name| @formulae_paths ||= (downcased_unique_named - casks).map do |name|
Formulary.path(name) Formulary.path(name)
end.uniq(&:name) end.uniq
end end
def casks def casks