aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ruby/install.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ruby/install.sh b/src/ruby/install.sh
index 1c55fc6..5df79bc 100644
--- a/src/ruby/install.sh
+++ b/src/ruby/install.sh
@@ -242,8 +242,6 @@ if [ "${INSTALL_RUBY_TOOLS}" = "true" ]; then
# is installed by rvm, so handle this by using root's default gem in this case
ROOT_GEM="$(which gem || echo "")"
${ROOT_GEM} install ${DEFAULT_GEMS}
- echo "owners"
- ls -la /usr/local/rvm/
fi
# VS Code server usually first in the path, so silence annoying rvm warning (that does not apply) and then source it