mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 06:38:32 +00:00
remove another fstring
remove another fstring that I forgot 😄
This commit is contained in:
parent
74907acd4f
commit
6d9825cc02
@ -3,7 +3,7 @@ from thefuck.rules.rvm_use import match, get_new_command
|
||||
from thefuck.types import Command
|
||||
|
||||
|
||||
output = pattern = f"""RVM is not a function, selecting rubies with 'rvm use ...' will not work.
|
||||
output = 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