Skip to content

Commit

Permalink
pypi_shadowmire: fix embedded repo path
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Aug 8, 2024
1 parent 3678756 commit 1b97fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypi_shadowmire.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi
(
cat << EOF
[options]
repo = ${REPO}
repo = "${REPO}"
sync_packages = true
${DOWNLOAD_MIRROR}
use_pypi_index = true
Expand Down

0 comments on commit 1b97fd4

Please sign in to comment.