Skip to content

Commit

Permalink
Bugfix: correct path to log.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Feb 3, 2011
1 parent 26dcda0 commit c1e5a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/manage
Expand Up @@ -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

Expand Down

0 comments on commit c1e5a9c

Please sign in to comment.