From c1e5a9c6ecfff2dfd0e35bea1796e06a11141916 Mon Sep 17 00:00:00 2001 From: "Wayne E. Seguin" Date: Thu, 3 Feb 2011 08:25:44 -0500 Subject: [PATCH] Bugfix: correct path to log. --- scripts/manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/manage b/scripts/manage index 6e1dd2f6fc..f1c81ae8a0 100755 --- a/scripts/manage +++ b/scripts/manage @@ -1935,7 +1935,7 @@ __rvm_rubygems_setup() export GEM_HOME="$dir" ; export GEM_PATH="$dir" - "$rvm_path/log" "info" "$rvm_ruby_string - Updating #rubygems to the latest." + "$rvm_path/scripts/log" "info" "$rvm_ruby_string - Updating #rubygems to the latest." "$rvm_path/scripts/rubygems" current