File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
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##*/}"
133
133
declare java_cmd=" java"
134
134
declare sbt_opts_file=" $( init_default_option_file SBT_OPTS .sbtopts) "
135
135
declare 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"
137
137
138
138
# pull -J and -D options to give to java.
139
139
declare -a residual_args
@@ -199,7 +199,7 @@ download_url () {
199
199
200
200
mkdir -p " ${jar%/* } " && {
201
201
if which curl > /dev/null; then
202
- curl --fail --silent " $url " --output " $jar "
202
+ curl --fail --silent --location " $url " --output " $jar "
203
203
elif which wget > /dev/null; then
204
204
wget --quiet -O " $jar " " $url "
205
205
fi
You can’t perform that action at this time.
0 commit comments