From 326f53e84ac913e89232f3165223cf208e0042aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 24 Sep 2020 19:56:55 +0200 Subject: [PATCH] trivial: use https to download wcs for tests (via #46904#note-2) --- get_wcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_wcs.sh b/get_wcs.sh index d939cfd..94f4fcc 100755 --- a/get_wcs.sh +++ b/get_wcs.sh @@ -1,4 +1,4 @@ #!/bin/sh -xue -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)