rconf 0.8.0 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -133,7 +133,8 @@ module RightConf
|
|
133
133
|
report_failure
|
134
134
|
if out =~ /rvm ([^\s]+)/
|
135
135
|
report_fatal "You have rvm #{Regexp.last_match[1]} installed which is not compatible with rconf.\n" +
|
136
|
-
"Please uninstall your version of rvm and re-run rconf which will install rvm #{RVM_VERSION}
|
136
|
+
"Please uninstall your version of rvm and re-run rconf which will install rvm #{RVM_VERSION}.\n" +
|
137
|
+
"You can uninstall rvm by running 'rvm implode' or 'rm -rf ~/.rvm'"
|
137
138
|
else
|
138
139
|
report_check("Installing rvm #{version}")
|
139
140
|
rvm_src = File.join(ENV['HOME'] || '/root', '.rvm/src')
|
data/lib/rconf/version.rb
CHANGED