Skip to content

Commit 4061e30

Browse files
committed
docs: minor edit
1 parent 60a3e8d commit 4061e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ set total (eq search -l 1 | jq '.available')
7373
set length 50 # can only download up to 50 at a time
7474
set pages (math floor $total / $length)
7575
for i in (seq 0 $pages)
76-
set start (math $i \* $length)
76+
set start (math $i x $length)
7777
echo "Downloading items $start to" (math $start + $length)
7878
# NOTE: no attachment info, use "--info all" for both attachments & metadata
7979
eq search -l $length --info metadata --start $start > json/$i.json

0 commit comments

Comments
 (0)