mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:52:46 +00:00
pypi_shadowmire: fix embedded repo path
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
367875671a
commit
1b97fd4c77
|
|
@ -30,7 +30,7 @@ fi
|
|||
(
|
||||
cat << EOF
|
||||
[options]
|
||||
repo = ${REPO}
|
||||
repo = "${REPO}"
|
||||
sync_packages = true
|
||||
${DOWNLOAD_MIRROR}
|
||||
use_pypi_index = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue