Skip to content

Commit

Permalink
Update Consent_request.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Josef Edwards <joed6834@colorado.edu>
  • Loading branch information
bearycool11 authored Nov 23, 2024
1 parent 8d87072 commit 2962cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Consent_request.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ send_request() {
# Proceed with sending the consent request
while [ $attempt -le $MAX_RETRIES ]; do
echo "Sending request to $SILO (Attempt $attempt/$MAX_RETRIES)..."
echo "Sending request to $SILO Attempt $attempt/$MAX_RETRIES..."
RESPONSE=$(curl -s -X POST "$SILO/consent" \
-H "Content-Type: application/json" \
--data "$CONSENT_PAYLOAD")
Expand Down

0 comments on commit 2962cbe

Please sign in to comment.