#682: Unify work with output in classic and instant mode
This commit is contained in:
@@ -5,7 +5,7 @@ from thefuck.specific.git import git_support
|
||||
@git_support
|
||||
def match(command):
|
||||
return ('branch -d' in command.script
|
||||
and 'If you are sure you want to delete it' in command.stderr)
|
||||
and 'If you are sure you want to delete it' in command.output)
|
||||
|
||||
|
||||
@git_support
|
||||
|
||||
Reference in New Issue
Block a user