Skip to content

Commit

Permalink
default :rvm_install_pkgs to [], fix #44
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Feb 11, 2013
1 parent 30e9287 commit 83e83ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rvm/capistrano.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def command_with_shell(cmd, shell=nil)
_cset(:rvm_install_ruby_params, '')

# Additional rvm packages to install.
_cset(:rvm_install_pkgs, '')
_cset(:rvm_install_pkgs, [])

# By default system installations add deploying user to rvm group. also try :all
_cset(:rvm_add_to_group, fetch(:user,"$USER"))
Expand Down

0 comments on commit 83e83ca

Please sign in to comment.