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:
parent
6d9825cc02
commit
88f481098d
@ -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]}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user