Skip to content

Commit

Permalink
Fix cli arg
Browse files Browse the repository at this point in the history
  • Loading branch information
phillmac committed May 26, 2021
1 parent 63b5c3e commit aba2f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function runWorker () {
return 252
fi

node src/scrape-cli.js --hashes-stdin-ln < <(
node src/scrape-cli.js --torrent-hashes-stdin-ln < <(
while read -r fetched_item
do
if [[ -n "${fetched_item}" ]]
Expand Down

0 comments on commit aba2f9c

Please sign in to comment.