Skip to content

Commit

Permalink
Now /etc/rvmrc has export for rvm/rvmrc key/value pairs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Apr 14, 2011
1 parent 4f80a58 commit 1dd7feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/rvmrc.erb
Expand Up @@ -7,5 +7,5 @@ umask g+w
export rvm_path="<%= node[:rvm][:root_path] %>"

<% node[:rvm][:rvmrc].each_pair do |k,v| -%>
<%= k %>=<%= v %>
export <%= k %>=<%= v %>
<% end -%>

0 comments on commit 1dd7feb

Please sign in to comment.