From d64d0c4be2ab33185b6dd837944dea3268b62c24 Mon Sep 17 00:00:00 2001 From: Kegsay Date: Thu, 3 Sep 2020 10:07:14 +0100 Subject: [PATCH] Update complement.sh --- build/scripts/complement.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/complement.sh b/build/scripts/complement.sh index c1e52dde..29feff30 100755 --- a/build/scripts/complement.sh +++ b/build/scripts/complement.sh @@ -10,7 +10,7 @@ cd `dirname $0`/../.. docker build -t complement-dendrite -f build/scripts/Complement.Dockerfile . # Download Complement -wget https://github.com/matrix-org/complement/archive/master.tar.gz +wget -N https://github.com/matrix-org/complement/archive/master.tar.gz tar -xzf master.tar.gz # Run the tests!