From e653ba90c6b57f42d7bcd2e205ff85691d61483a Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Sat, 26 Nov 2022 01:31:21 +0000 Subject: [PATCH] fix: remove extra curl option --- src/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script.sh b/src/script.sh index 4cb34454..24c3be16 100644 --- a/src/script.sh +++ b/src/script.sh @@ -82,7 +82,7 @@ if [ -n "$CF_API" ]; then --data "{ \"datasetId\": $DATASET_ID }" \ -o "cf/dataset-url.json" DATASET_URL=$(jq ".result.dataset.url" "cf/dataset-url.json" | sed 's/"//g') - curl -L "$DATASET_URL" -o "cf/top-1m-radar.zip" + curl "$DATASET_URL" -o "cf/top-1m-radar.zip" ## Parse the Radar 1 Million unzip -p "cf/top-1m-radar.zip" | \