Skip to content

Commit

Permalink
follow redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 committed Nov 29, 2023
1 parent a54e84f commit c306bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/utils/cycles-ledger.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ download_cycles_ledger_canisters() {
for name in cycles-ledger cycles-depositor; do
for ext in wasm.gz wasm.gz.sha256 did; do
URL=$(build_artifact_url "${name}.${ext}")
curl -v --fail -o "$DOWNLOAD_DIR/${name}.${ext}" "$URL"
curl -v -L --fail -o "$DOWNLOAD_DIR/${name}.${ext}" "$URL"
done
done

Expand Down

0 comments on commit c306bbd

Please sign in to comment.