Homebrew: Update _uninstall_current_package to use the --force option (#33360)

pull/39681/merge
Daniel Jaouen 6 years ago committed by ansibot
parent f210bbec50
commit 63ce4cf03d

@ -687,7 +687,7 @@ class Homebrew(object):
raise HomebrewException(self.message)
opts = (
[self.brew_path, 'uninstall']
[self.brew_path, 'uninstall', '--force']
+ self.install_options
+ [self.current_package]
)

Loading…
Cancel
Save