Skip to content

Commit 541509b

Browse files
authored
Apply suggestion from @shahmishal
1 parent 463aedc commit 541509b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/install-and-build-with-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ download_and_verify() {
399399
local output_file="$3"
400400
local temp_sig="${output_file}.sig"
401401

402-
log "Downloading ${url}"
402+
log "Downloading with retry flag ${url}"
403403
curl -fsSL --retry 3 "$url" -o "$output_file"
404404

405405
log "Downloading signature"

0 commit comments

Comments
 (0)