From fffdf95d15ca7abbb45cd37f70db7d74ea473bd7 Mon Sep 17 00:00:00 2001 From: Cole Date: Mon, 6 Nov 2023 14:52:56 -0800 Subject: [PATCH] Update .github/scripts/createHelpRedirects.sh Co-authored-by: John Lee --- .github/scripts/createHelpRedirects.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/createHelpRedirects.sh b/.github/scripts/createHelpRedirects.sh index c1c3082eb5ca..e0414b871977 100755 --- a/.github/scripts/createHelpRedirects.sh +++ b/.github/scripts/createHelpRedirects.sh @@ -96,7 +96,7 @@ OPERATION_ID=$(echo "$PUT_RESULT" | jq -r .result.operation_id) DONE=false -# Poll for completition +# Poll for completion while [[ $DONE == false ]]; do CHECK_RESULT=$(curl -s --request GET --url "https://api.cloudflare.com/client/v4/accounts/$ZONE_ID/rules/lists/bulk_operations/$OPERATION_ID" \ --header 'Content-Type: application/json' \