Skip to content
Snippets Groups Projects
Unverified Commit bb27478d authored by skim's avatar skim
Browse files

fixes uninstall if formula is unavailable

parent 0723df3f
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,8 @@ module Homebrew
puts "Run `brew uninstall --force #{keg.name}` to remove all versions."
end
next unless f
paths = f.pkgetc.find.map(&:to_s) if f.pkgetc.exist?
if paths.present?
puts
......
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