You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "rvm update" command is deprecated in newer version, so instead you should use "rvm get stable". here is my proposed code: exec { 'upgrade-rvm': command => '/usr/local/rvm/bin/rvm get stable ; /usr/local/rvm/bin/rvm reload', refreshonly => 'true', } }
The text was updated successfully, but these errors were encountered:
The "rvm update" command is deprecated in newer version, so instead you should use "rvm get stable". here is my proposed code:
exec { 'upgrade-rvm': command => '/usr/local/rvm/bin/rvm get stable ; /usr/local/rvm/bin/rvm reload', refreshonly => 'true', } }
The text was updated successfully, but these errors were encountered: