Skip to content

Commit

Permalink
Merge pull request sous-chefs#4 from octplane/master
Browse files Browse the repository at this point in the history
Fix rbenv runs
  • Loading branch information
reset committed Apr 5, 2012
2 parents f8cf4c1 + a60d463 commit 8a1c9a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/chef_mixin_rbenv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def rbenv_command(cmd, options = {})
default_options = {
:user => 'rbenv',
:group => 'rbenv',
:cwd => rbenv_root,
:env => {
'RBENV_ROOT' => rbenv_root
},
Expand Down

0 comments on commit 8a1c9a8

Please sign in to comment.