From 44694d699fd715edeeb9fcea9271b09c39b5ac35 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Thu, 11 Aug 2022 11:37:10 -0700 Subject: Options: Follow camelCase (#89) rename Options --- src/ruby/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ruby') diff --git a/src/ruby/install.sh b/src/ruby/install.sh index 4920287..ec080c5 100755 --- a/src/ruby/install.sh +++ b/src/ruby/install.sh @@ -15,7 +15,7 @@ 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. -ADDITIONAL_VERSIONS=${ADDITIONAL_VERSIONS:-""} +ADDITIONAL_VERSIONS=${ADDITIONALVERSIONS:-""} # Note: ruby-debug-ide will install the right version of debase if missing and # installing debase directly fails on Ruby 3.1.0 as of 1/7/2022, so omitting. -- cgit v1.2.3