Skip to content

Commit 033c959

Browse files
committed
- fix missing if closure in bash script
1 parent 4757adc commit 033c959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/scan_pypi_mirror.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ if [ ! -f "$OUTDIR/package_cache" ]; then
2828
cp $AURA_MIRROR_PATH/pypi_package_list.txt $OUTDIR/package_cache;
2929
else
3030
ls $AURA_MIRROR_PATH/json >$OUTDIR/package_cache;
31+
fi
3132
fi
3233

3334

0 commit comments

Comments
 (0)