Skip to content

Commit

Permalink
Pass --compressed to curl (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjethani committed Aug 11, 2021
1 parent 7de7101 commit 40f4bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adblocker-benchmarks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif
all: deps run

requests.json:
curl -OH "Accept-Encoding: gzip" https://raw.githubusercontent.com/mjethani/scaling-palm-tree/06ef031aa3d2742dc7e6234f579e28a9b6d499b0/requests.json
curl -O --compressed https://raw.githubusercontent.com/mjethani/scaling-palm-tree/06ef031aa3d2742dc7e6234f579e28a9b6d499b0/requests.json

./node_modules/@gorhill/ubo-core:
npm install --no-save @gorhill/ubo-core@0.1.7
Expand Down

0 comments on commit 40f4bcf

Please sign in to comment.