Skip to content

Commit 25498e7

Browse files
committed
Update top-pypi-packages filename
To stay within quota, it now has just under 30 days of data, so the filename has been updated. Both will be available for a while. See hugovk/top-pypi-packages#46.
1 parent 075e013 commit 25498e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zpy.plugin.zsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2939,9 +2939,9 @@ _.zpy_ui_pipz () {
29392939
zf_mkdir -p $folder
29402940
if [[ $1 == --refresh ]] || [[ ! -r $txt ]] {
29412941
if (( $+commands[wget] )) {
2942-
wget -qO $json https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.min.json || return
2942+
wget -qO $json https://hugovk.github.io/top-pypi-packages/top-pypi-packages.min.json || return
29432943
} else {
2944-
curl -s -o $json https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.min.json || return
2944+
curl -s -o $json https://hugovk.github.io/top-pypi-packages/top-pypi-packages.min.json || return
29452945
}
29462946
if (( $+commands[jq] )) {
29472947
jq -r '.rows[].project' <$json >$txt

0 commit comments

Comments
 (0)