scripts/fetch in rvm-1.1.0 vs scripts/fetch in rvm-1.1.1
- old
+ new
@@ -176,11 +176,11 @@
retry=1
else
"$rvm_path/scripts/log" "error" \
- "There was an error, please check ${rvm_log_path:-"$rvm_path/log"}/$rvm_ruby_string/*.error.log. Next we'll try to fetch via http."
+ "There was an error, please check ${rvm_log_path:-"$rvm_path/log"}/$rvm_ruby_string/*.log. Next we'll try to fetch via http."
try_http=1
fi
@@ -189,11 +189,11 @@
eval $fetch_command "$url" ; result=$?
if [[ $result -gt 0 ]] ; then
"$rvm_path/scripts/log" "error" \
- "There was an error, please check ${rvm_log_path:-"$rvm_path/log"}/$rvm_ruby_string/*.error.log"
+ "There was an error, please check ${rvm_log_path:-"$rvm_path/log"}/$rvm_ruby_string/*.log"
else
record_md5
@@ -206,10 +206,10 @@
eval $fetch_command "$http_url" ; result=$?
if [[ $result -gt 0 ]] ; then
"$rvm_path/scripts/log" "error" \
- "There was an error, please check ${rvm_log_path:-"$rvm_path/log"}/$rvm_ruby_string/*.error.log"
+ "There was an error, please check ${rvm_log_path:-"$rvm_path/log"}/$rvm_ruby_string/*.log"
else
record_md5