#N/A Add a new rule brew_update_formula
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from thefuck.utils import for_app
|
||||
|
||||
|
||||
@for_app('brew', at_least=2)
|
||||
def match(command):
|
||||
return ('update' in command.script
|
||||
and "Error: This command updates brew itself" in command.stderr
|
||||
and "Use 'brew upgrade <formula>'" in command.stderr)
|
||||
|
||||
|
||||
def get_new_command(command):
|
||||
return command.script.replace('update', 'upgrade')
|
||||
Reference in New Issue
Block a user