Skip to content

Commit cb512b3

Browse files
committed
Merge remote-tracking branch 'origin/2.11.x' into 2.11.x-jdk8
2 parents 858a4bb + 90f5f01 commit cb512b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828

2929
if [ ! -d "dbuild-${DBUILDVERSION}" ]
3030
then
31-
wget "http://repo.lightbend.com/lightbend/ivy-releases/com.typesafe.dbuild/dbuild/${DBUILDVERSION}/tgzs/dbuild-${DBUILDVERSION}.tgz"
31+
wget "http://repo.lightbend.com/typesafe/ivy-releases/com.typesafe.dbuild/dbuild/${DBUILDVERSION}/tgzs/dbuild-${DBUILDVERSION}.tgz"
3232
tar xfz "dbuild-${DBUILDVERSION}.tgz"
3333
rm "dbuild-${DBUILDVERSION}.tgz"
3434
fi

0 commit comments

Comments
 (0)