tox: get additional modules using https (via #46904#note-2)

This commit is contained in:
Frédéric Péters 2020-09-24 20:06:16 +02:00
parent 658808916d
commit 9901303997
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -ue
test -d wcs || git clone http://git.entrouvert.org/wcs.git
test -d wcs || git clone https://git.entrouvert.org/wcs.git
(cd wcs && git pull)