Skip to content
Snippets Groups Projects
Commit b161ffb2 authored by Markus Reiter's avatar Markus Reiter
Browse files

Sort cleanup of installed formulae.

parent f8331416
No related branches found
No related tags found
No related merge requests found
......@@ -148,12 +148,12 @@ module Homebrew
def clean!
if args.empty?
Formula.installed.each do |formula|
cleanup_lockfiles
Formula.installed.sort_by(&:name).each do |formula|
cleanup_formula(formula)
end
cleanup_cache
cleanup_logs
cleanup_lockfiles
return if dry_run?
rm_ds_store
else
......
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