Skip to content

Commit

Permalink
Change JRuby download URL to use S3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Mar 4, 2010
1 parent 0287c62 commit 405aaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/selector
Expand Up @@ -73,7 +73,7 @@ __rvm_select() {
rvm_ruby_package_file="${rvm_ruby_interpreter}-bin-${rvm_ruby_version}"
rvm_ruby_package_name="${rvm_ruby_interpreter}-${rvm_ruby_version}"
rvm_ruby_string="${rvm_ruby_interpreter}-${rvm_ruby_version}"
rvm_url="http://jruby.kenai.com/downloads/${rvm_ruby_version}/${rvm_ruby_package_file}.tar.gz"
rvm_url="http://jruby.org.s3.amazonaws.com/downloads/${rvm_ruby_version}/${rvm_ruby_package_file}.tar.gz"
fi
alias jruby_ng="jruby --ng"
alias jruby_ng_server="jruby --ng-server"
Expand Down

0 comments on commit 405aaf9

Please sign in to comment.