diff --git a/VERSION_MANAGERS.md b/VERSION_MANAGERS.md index 6a0cee9d..f38276d2 100644 --- a/VERSION_MANAGERS.md +++ b/VERSION_MANAGERS.md @@ -10,6 +10,6 @@ snippet to your user configuration JSON ```json { "rubyLsp.rubyVersionManager": "custom", - "rubyLsp.customRubyCommand": "eval \"$(rtx env -s zsh)\"", // Instructions for zsh, change for bash or fish + "rubyLsp.customRubyCommand": "eval \"$(rtx env -s zsh)\"" // Instructions for zsh, change for bash or fish } ```