Removed unused variable.

This commit is contained in:
Thomas Owens 2023-11-24 23:24:12 +00:00
parent e84b5526bc
commit 4c05c250db

View file

@ -8,7 +8,6 @@
# Maintainer: The VS Code and Codespaces Teams
export RUBY_VERSION="${VERSION:-"latest"}"
INSTALL_RUBY_TOOLS="${INSTALL_RUBY_TOOLS:-"true"}"
# Comma-separated list of ruby versions to be installed (with rvm)
# alongside RUBY_VERSION, but not set as default.