#682: Unify work with output in classic and instant mode
This commit is contained in:
@@ -3,7 +3,7 @@ from thefuck.utils import for_app
|
||||
|
||||
@for_app('mvn')
|
||||
def match(command):
|
||||
return 'No goals have been specified for this build' in command.stdout
|
||||
return 'No goals have been specified for this build' in command.output
|
||||
|
||||
|
||||
def get_new_command(command):
|
||||
|
||||
Reference in New Issue
Block a user