uses: pass explicit sort to handle APFS

This commit is contained in:
Dominyk Tiller 2017-10-14 04:17:48 +01:00
parent f6bc7dc4c6
commit 60eb7c6216
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -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