Skip to content

Commit a23e6dd

Browse files
committed
Merge branch 'master' into develop
2 parents 2cefa84 + c1d249b commit a23e6dd

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)