uses: pass explicit sort to handle APFS
This commit is contained in:
parent
f6bc7dc4c6
commit
60eb7c6216
@ -125,7 +125,7 @@ module Homebrew
|
||||
end
|
||||
|
||||
return if uses.empty?
|
||||
puts Formatter.columns(uses.map(&:full_name))
|
||||
puts Formatter.columns(uses.map(&:full_name).sort)
|
||||
odie "Missing formulae should not have dependents!" if used_formulae_missing
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user