Skip to content

Commit

Permalink
Update gem command
Browse files Browse the repository at this point in the history
  • Loading branch information
englishm committed Nov 21, 2011
1 parent e0d5454 commit aaf398d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/rvm_gem/gem.rb
Expand Up @@ -13,7 +13,7 @@ def ruby_version
end end


def gembinary def gembinary
[command(:rvmcmd), ruby_version, "gem"] [command(:rvmcmd), ruby_version, "do", "gem"]
end end




Expand Down

0 comments on commit aaf398d

Please sign in to comment.