From f04eb096b669b75ee2e9ec14b123d4ff21a02ffd Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Tue, 26 May 2020 23:02:56 +0800 Subject: [PATCH] add https protocol prefix to julia upstream --- julia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia.sh b/julia.sh index e2cc81b..1dc0455 100755 --- a/julia.sh +++ b/julia.sh @@ -1,6 +1,6 @@ #!/bin/bash set -e -BASE_URL=${TUNASYNC_UPSTREAM_URL:-"pkg.julialang.org"} +BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://pkg.julialang.org"} [[ -d "${TUNASYNC_WORKING_DIR}" ]] cd "${TUNASYNC_WORKING_DIR}"