Added brew cask reinstall to the posibilities
This commit is contained in:
parent
40dd65963d
commit
9432d4e5b4
|
|
@ -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…
Reference in New Issue