cmd/outdated: restore sorting of formulae
This commit is contained in:
parent
df16e9f2de
commit
97e05ae410
@ -189,7 +189,7 @@ module Homebrew
|
|||||||
casks = Cask::Caskroom.casks
|
casks = Cask::Caskroom.casks
|
||||||
end
|
end
|
||||||
|
|
||||||
[select_outdated(formulae, args: args), select_outdated(casks, args: args)]
|
[select_outdated(formulae, args: args).sort, select_outdated(casks, args: args)]
|
||||||
end
|
end
|
||||||
|
|
||||||
def select_outdated(formulae_or_casks, args:)
|
def select_outdated(formulae_or_casks, args:)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user