We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 858a4bb + 90f5f01 commit cb512b3Copy full SHA for cb512b3
run.sh
@@ -28,7 +28,7 @@ fi
28
29
if [ ! -d "dbuild-${DBUILDVERSION}" ]
30
then
31
- wget "http://repo.lightbend.com/lightbend/ivy-releases/com.typesafe.dbuild/dbuild/${DBUILDVERSION}/tgzs/dbuild-${DBUILDVERSION}.tgz"
+ wget "http://repo.lightbend.com/typesafe/ivy-releases/com.typesafe.dbuild/dbuild/${DBUILDVERSION}/tgzs/dbuild-${DBUILDVERSION}.tgz"
32
tar xfz "dbuild-${DBUILDVERSION}.tgz"
33
rm "dbuild-${DBUILDVERSION}.tgz"
34
fi
0 commit comments