Skip to content

Commit

Permalink
Update rollout-module.yaml (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchw authored Jun 20, 2024
1 parent f7ec31e commit 06060bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rollout-module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
CHANNEL: ${{ inputs.channel }}
run: |
if [[ "${CHANNEL}" == "experimental" ]]; then
curl -JL ${ISTIO_RELEASES_URL}/download/${TAG}/${EXPERIMENTAL_MANIFEST_FILENAME} >${MANIFEST_FILENAME}
curl -JL ${ISTIO_RELEASES_URL}/download/${TAG}/${EXPERIMENTAL_MANIFEST_FILENAME} >${EXPERIMENTAL_MANIFEST_FILENAME}
else
curl -JL ${ISTIO_RELEASES_URL}/download/${TAG}/${MANIFEST_FILENAME} >${MANIFEST_FILENAME}
fi
Expand Down

0 comments on commit 06060bd

Please sign in to comment.