rconf 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -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