Skip to content

Commit

Permalink
Fix paren :table_flip:
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Buch committed Jun 2, 2015
1 parent 1bf73ae commit 902b238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker_host/jruby/recipes/default.rb
Expand Up @@ -21,7 +21,7 @@
command "tar -C /opt/jruby --strip-components=1 -zxf /var/tmp/jruby-bin-#{node[:jruby][:version]}.tar.gz"
end

(node[:jruby][:gems] || { 'rake' => nil, 'bundler' => nil })).each do |gem, gem_version|
(node[:jruby][:gems] || { 'rake' => nil, 'bundler' => nil }).each do |gem, gem_version|
gem_package gem do
gem_binary "/opt/jruby/bin/jgem"
action :install
Expand Down

0 comments on commit 902b238

Please sign in to comment.