Skip to content

Commit

Permalink
Fix curl silent flag
Browse files Browse the repository at this point in the history
  • Loading branch information
braheezy committed Aug 29, 2023
1 parent 7a1dea8 commit a071aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ ! -f $spec_zip ]; then
if command -V http &>/dev/null; then
http -d https://qoaformat.org/samples/qoa_test_samples_2023_02_18.zip
else
curl -q -O https://qoaformat.org/samples/qoa_test_samples_2023_02_18.zip
curl -s -O https://qoaformat.org/samples/qoa_test_samples_2023_02_18.zip
fi
fi

Expand Down

0 comments on commit a071aeb

Please sign in to comment.