Skip to content

Commit

Permalink
Update .github/scripts/createHelpRedirects.sh
Browse files Browse the repository at this point in the history
Co-authored-by: John Lee <[email protected]>
  • Loading branch information
coleaeason and johnmlee101 authored Nov 6, 2023
1 parent 96f426d commit fffdf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/createHelpRedirects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit fffdf95

Please sign in to comment.