Skip to content

Commit

Permalink
Download file to bicep filename
Browse files Browse the repository at this point in the history
  • Loading branch information
omusavi committed Sep 22, 2022
1 parent f93c820 commit 1139ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megalinter/descriptors/arm.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ linters:
- ARG BICEP_URI='https://github.com/Azure/bicep/releases/latest/download/bicep-linux-musl-x64'
- ARG BICEP_DIR='/usr/local/bin'
- |
RUN curl --retry 5 --retry-delay 5 -sLO "${BICEP_URI}" \
RUN curl --retry 5 --retry-delay 5 -sLo ${BICEP_EXE} "${BICEP_URI}" \
&& chmod +x "${BICEP_EXE}" \
&& mv "${BICEP_EXE}" "${BICEP_DIR}"
ide:
Expand Down

0 comments on commit 1139ddf

Please sign in to comment.