Skip to content

Commit

Permalink
Update thefuck/rules/brew_update_formula.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scorphus committed Jun 28, 2022
1 parent bac206e commit 8f6967c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thefuck/rules/brew_update_formula.py
Expand Up @@ -5,7 +5,7 @@
def match(command):
return ('update' in command.script
and "Error: This command updates brew itself" in command.output
and r"Use `brew upgrade" in command.output)
and "Use `brew upgrade" in command.output)


def get_new_command(command):
Expand Down

0 comments on commit 8f6967c

Please sign in to comment.