1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

one more fstring removed

one more fstring removed
This commit is contained in:
Ryan Callahan 2021-04-12 18:44:51 -04:00
parent 6d9825cc02
commit 88f481098d
No known key found for this signature in database
GPG Key ID: 1EA116782D6C6338

View File

@ -15,4 +15,4 @@ Please visit https://rvm.io/integration/gnome-terminal/ for an example."""
def get_new_command(command):
args = command.script_parts
return f'rvm install \"ruby-{args[2]}\"; rvm use {args[2]}'
return 'rvm install \"ruby-' + {args[2]} + '\"; rvm use {args[2]}'