Skip to content

Commit 4dfc04d

Browse files
author
vcholkar
committed
fix quoting in ruby-build install command
1 parent 57ce826 commit 4dfc04d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

identity_ruby/recipes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#install ruby-build
2727
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"
28+
command %(git clone --branch #{ruby_build_version} --depth 1 https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build)
2929
end
3030

3131
node.fetch('identity_ruby').fetch('ruby_versions').each do |version|

0 commit comments

Comments
 (0)