File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ declare -r script_name="${script_path##*/}"
133133declare java_cmd=" java"
134134declare sbt_opts_file=" $( init_default_option_file SBT_OPTS .sbtopts) "
135135declare jvm_opts_file=" $( init_default_option_file JVM_OPTS .jvmopts) "
136- declare sbt_launch_repo=" http://typesafe.artifactoryonline .com/typesafe/ivy-releases"
136+ declare sbt_launch_repo=" http://repo.typesafe .com/typesafe/ivy-releases"
137137
138138# pull -J and -D options to give to java.
139139declare -a residual_args
@@ -199,7 +199,7 @@ download_url () {
199199
200200 mkdir -p " ${jar%/* } " && {
201201 if which curl > /dev/null; then
202- curl --fail --silent " $url " --output " $jar "
202+ curl --fail --silent --location " $url " --output " $jar "
203203 elif which wget > /dev/null; then
204204 wget --quiet -O " $jar " " $url "
205205 fi
You can’t perform that action at this time.
0 commit comments