mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 06:38:32 +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):
|
||||
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