This commit is contained in:
Vladimir Iakovlev
2017-10-15 16:39:40 +02:00
parent 8a4f37edb3
commit bab5de236f
2 changed files with 15 additions and 18 deletions
+1 -2
View File
@@ -5,8 +5,7 @@ from thefuck.utils import for_app
def match(command):
return ('update' in command.script
and "Error: This command updates brew itself" in command.output
and "Use 'brew upgrade" in command.output
and "instead" in command.output)
and "Use 'brew upgrade" in command.output)
def get_new_command(command):