From a071aeb4564f447c2898502ef45e7fefb37bd02c Mon Sep 17 00:00:00 2001 From: braheezy Date: Mon, 28 Aug 2023 20:16:20 -0700 Subject: [PATCH] Fix curl silent flag --- check_spec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_spec.sh b/check_spec.sh index 6db8cd9..2add6f8 100755 --- a/check_spec.sh +++ b/check_spec.sh @@ -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