Skip to content

Commit

Permalink
Merge pull request sous-chefs#55 from bradphelan/master
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Nov 28, 2011
2 parents 982b200 + 07d840a commit ff2f0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/rvm_rubygems_package.rb
Original file line number Diff line number Diff line change
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 ff2f0e7

Please sign in to comment.