Skip to content

Commit

Permalink
Fix #54
Browse files Browse the repository at this point in the history
  • Loading branch information
bradphelan committed Nov 28, 2011
1 parent 982b200 commit 07d840a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/rvm_rubygems_package.rb
Expand Up @@ -123,7 +123,7 @@ def ruby_strings
def install_package(name, version)
# ensure each ruby is installed and gemset exists
ruby_strings.each do |rubie|
next if rubie = 'system'
next if rubie == 'system'
e = rvm_environment rubie do
user new_resource.user if new_user.respond_to?("user")
action :nothing
Expand Down

0 comments on commit 07d840a

Please sign in to comment.