Skip to content

Commit

Permalink
Update CLI args for latest Badger Sett
Browse files Browse the repository at this point in the history
Following up on 2b83673
  • Loading branch information
ghostwords committed Mar 5, 2024
1 parent 1d63d54 commit beb40fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge_results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ merge_results() {
set -- "--load-data=<(git show ${rev}:results.json)" "$@"
done

printf "./crawler.py --num-sites 0 --pb-dir ../privacybadger/ %s\\n" \\
printf "./crawler.py chrome 0 --pb-dir ../privacybadger/ %s\\n" \\
for arg in "${@:1:${#@}-1}"; do
printf " %s %s\n" "$arg" \\
done
Expand Down

0 comments on commit beb40fb

Please sign in to comment.