Skip to content

Commit

Permalink
Change typo 'new_user' => 'new_resource'
Browse files Browse the repository at this point in the history
  • Loading branch information
bradphelan committed Nov 28, 2011
1 parent 07d840a commit 55bcec3
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 @@ -125,7 +125,7 @@ def install_package(name, version)
ruby_strings.each do |rubie|
next if rubie == 'system'
e = rvm_environment rubie do
user new_resource.user if new_user.respond_to?("user")
user new_resource.user if new_resource.respond_to?("user")
action :nothing
end
e.run_action(:create)
Expand Down

0 comments on commit 55bcec3

Please sign in to comment.