Skip to content

Commit

Permalink
Fix :remove/:purge action in rvm_gem provider.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Aug 8, 2011
1 parent 4539623 commit 14ef0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/rvm_rubygems_package.rb
Expand Up @@ -151,7 +151,7 @@ def uninstall_via_gem_command(name, version)
else
cmd << %{ -a#{opts}}
end
shell_out!(cmd, :env=>nil)
shell_out!(rvm_wrap_cmd(cmd), :env=>nil)
end
end
end
Expand Down

0 comments on commit 14ef0ac

Please sign in to comment.