Skip to content
Snippets Groups Projects
Commit 0e221880 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1529 from MikeMcQuaid/uninstall-ignore-deprecations

uninstall: ignore deprecations when uninstalling.
parents f4810e4e 39a0fec9
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,9 @@ module Homebrew
all_kegs = kegs_by_rack.values.flatten(1)
check_for_dependents all_kegs
rescue MethodDeprecatedError
# Silently ignore deprecations when uninstalling.
nil
end
def check_for_dependents(kegs)
......
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