mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 06:38:32 +00:00
Merge 9432d4e5b4a896fb7aa5d2733f166aa5e86b5398 into c7e7e1d884d3bb241ea6448f72a989434c2a35ec
This commit is contained in:
commit
cb42d28971
@ -6,7 +6,8 @@ from thefuck.specific.brew import brew_available
|
||||
@for_app('brew')
|
||||
def match(command):
|
||||
return (u'install' in command.script_parts
|
||||
and u'brew cask install' in command.output)
|
||||
and u'brew cask install' in command.output
|
||||
and u'brew cask reinstall' in command.output)
|
||||
|
||||
|
||||
@eager
|
||||
|
Loading…
x
Reference in New Issue
Block a user