1
0
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:
Peter
2022-06-28 18:28:38 +02:00
committed by GitHub
parent 5198b34f24
commit f1b7d879bd
2 changed files with 2 additions and 2 deletions

View File

@@ -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():