Skip to content

Commit

Permalink
pypi: strip / in the end of upstream URL
Browse files Browse the repository at this point in the history
  • Loading branch information
shankerwangmiao committed Jul 18, 2023
1 parent 979a632 commit e1c90a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e
BANDERSNATCH=${BANDERSNATCH:-"/usr/local/bin/bandersnatch"}
PYPI_MASTER="https://pypi.org"
TUNASYNC_UPSTREAM=${TUNASYNC_UPSTREAM_URL:-$PYPI_MASTER}
TUNASYNC_UPSTREAM=${TUNASYNC_UPSTREAM%/}
CONF="/tmp/bandersnatch.conf"
INIT=${INIT:-"0"}

Expand Down

0 comments on commit e1c90a2

Please sign in to comment.