mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 06:38:32 +00:00
remove fstring to be compatible with python 3.5
remove fstring to be compatible with python 3.5
This commit is contained in:
parent
789fd2f4cd
commit
74907acd4f
@ -4,7 +4,7 @@ from thefuck.utils import for_app
|
||||
@for_app('rvm', at_least=2)
|
||||
def match(command):
|
||||
args = command.script_parts
|
||||
pattern = f"""RVM is not a function, selecting rubies with 'rvm use ...' will not work.
|
||||
pattern = """RVM is not a function, selecting rubies with 'rvm use ...' will not work.
|
||||
|
||||
You need to change your terminal emulator preferences to allow login shell.
|
||||
Sometimes it is required to use `/bin/bash --login` as the command.
|
||||
|
Loading…
x
Reference in New Issue
Block a user