From: geraldo netto <[email protected]>
Committer: Nadav Har'El <[email protected]>
Branch: master

fix jruby url

Signed-off-by: geraldo netto <[email protected]>
Message-Id: <[email protected]>

---
diff --git a/jruby-sinatra-example/GET b/jruby-sinatra-example/GET
--- a/jruby-sinatra-example/GET
+++ b/jruby-sinatra-example/GET
@@ -1,6 +1,6 @@
 #!/bin/sh
 VERSION=9.0.0.0
-wget http://jruby.org.s3.amazonaws.com/downloads/$VERSION/jruby-complete-$VERSION.jar +wget https://s3.amazonaws.com/jruby.org/downloads/$VERSION/jruby-complete-$VERSION.jar
 mv jruby-complete-$VERSION.jar jruby-complete.jar
 mkdir gemjar
java -jar jruby-complete.jar -S gem install -i ./gemjar sinatra --no-rdoc --no-ri

--
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to