Skip to content

Commit f856516

Browse files
authored
fix: PyPI package path in check_mirrors.sh
1 parent bfacb9a commit f856516

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

check_mirrors.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ declare -A PACKAGE_PATHS=(
77
["Ubuntu"]="ubuntu"
88
["Debian"]="debian"
99
["Arch Linux"]="archlinux"
10-
["PyPI"]="simple"
10+
["PyPI"]="pypi"
1111
["npm"]="npm"
1212
["CentOS"]="centos"
1313
["Alpine"]="alpine"
@@ -61,4 +61,4 @@ for idx in $(seq 0 $(yq e '.mirrors | length - 1' "$MIRROR_FILE")); do
6161
done
6262

6363
echo "----------------------------"
64-
done
64+
done

0 commit comments

Comments
 (0)