From 7ff271a158f2e32381e35fa47947e29a3874d158 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 15 Nov 2016 13:19:35 +0100 Subject: Using https by default in container-images.sh example script. Signed-off-by: Daniel Baumann --- share/scripts/curl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/scripts/curl') diff --git a/share/scripts/curl b/share/scripts/curl index b80fcc1..b84869c 100755 --- a/share/scripts/curl +++ b/share/scripts/curl @@ -149,7 +149,7 @@ fi if curl -V | grep -qs http2 then - CURL_OPTIONS="${CURL_OPTIONS} --https" + CURL_OPTIONS="${CURL_OPTIONS} --http2" fi curl --fail --location --progress-bar --user-agent container-tools/${VERSION} ${CURL_OPTIONS} \ -- cgit v1.2.3