Skip to content
Snippets Groups Projects
Unverified Commit 60eb7c62 authored by Dominyk Tiller's avatar Dominyk Tiller
Browse files

uses: pass explicit sort to handle APFS

parent f6bc7dc4
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment