From f64349e4e0acdb2d999b159a479127c632d7aa63 Mon Sep 17 00:00:00 2001 From: Yuxiang Zhang Date: Tue, 28 Jan 2020 12:20:20 +0800 Subject: [PATCH] Fix #51 --- pypi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypi.sh b/pypi.sh index c86f3eb..ec6594e 100755 --- a/pypi.sh +++ b/pypi.sh @@ -1,6 +1,6 @@ #!/bin/bash BANDERSNATCH=${BANDERSNATCH:-"/usr/local/bin/bandersnatch"} -TUNASYNC_UPSTREAM=${TUNASYNC_UPSTREAM:-"https://pypi.org/"} +TUNASYNC_UPSTREAM=${TUNASYNC_UPSTREAM_URL:-"https://pypi.org/"} CONF="/tmp/bandersnatch.conf" INIT=${INIT:-"0"}