update-report: pass explicit sort to handle APFS

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

View File

@ -598,7 +598,7 @@ class ReporterHub
return if formulae.empty?
# Dump formula list.
ohai title
puts Formatter.columns(formulae)
puts Formatter.columns(formulae.sort)
end
def installed?(formula)