Update complement.sh

main
Kegsay 2020-09-03 10:07:14 +01:00 committed by GitHub
parent 9d9e854fe0
commit d64d0c4be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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!