mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 09:39:01 +00:00
fix string after removing fstring
fix string after removing fstring
This commit is contained in:
parent
88f481098d
commit
8c5386deb6
@ -15,4 +15,4 @@ Please visit https://rvm.io/integration/gnome-terminal/ for an example."""
|
|||||||
|
|
||||||
def get_new_command(command):
|
def get_new_command(command):
|
||||||
args = command.script_parts
|
args = command.script_parts
|
||||||
return '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