We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ce826 commit 4dfc04dCopy full SHA for 4dfc04d
1 file changed
identity_ruby/recipes/default.rb
@@ -25,7 +25,7 @@
25
26
#install ruby-build
27
execute 'install ruby-build' do
28
- command "git clone --branch #{ruby_build_version} --depth 1 https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build"
+ command %(git clone --branch #{ruby_build_version} --depth 1 https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build)
29
end
30
31
node.fetch('identity_ruby').fetch('ruby_versions').each do |version|
0 commit comments