1
0
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:
Ryan Callahan 2021-04-12 18:42:54 -04:00
parent 74907acd4f
commit 6d9825cc02
No known key found for this signature in database
GPG Key ID: 1EA116782D6C6338

View File

@ -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.