Change rvm1_rvm back to rvm1

This commit is contained in:
Nick Janetakis
2014-07-02 08:40:14 -04:00
parent 1947717539
commit cf174f91c3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
---
rvm1_default_ruby_version: '{{ rvm1_rubies | last if rvm1_rubies and rvm1_rubies is iterable else "" }}'
rvm1_rvm: '{{ rvm1_install_path }}/bin/rvm'
rvm1: '{{ rvm1_install_path }}/bin/rvm'
rvm1_default_wrappers: '{{ rvm1_install_path }}/wrappers/default'
rvm1_ruby: '{{ rvm1_default_wrappers }}/ruby'
rvm1_gem: '{{ rvm1_default_wrappers }}/gem'