mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-08 12:53:58 +01:00
#1290: Update output for brew_update_formula
* fix: brew_update_formula change output string * fix: regex removed, test: backtick added * Update tests/rules/test_brew_update_formula.py * Update thefuck/rules/brew_update_formula.py Co-authored-by: Pablo Aguiar <scorphus@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ from thefuck.rules.brew_update_formula import get_new_command, match
|
||||
|
||||
|
||||
output = ("Error: This command updates brew itself, and does not take formula"
|
||||
" names.\nUse 'brew upgrade thefuck'.")
|
||||
" names.\nUse `brew upgrade thefuck`.")
|
||||
|
||||
|
||||
def test_match():
|
||||
|
Reference in New Issue
Block a user