Skip to content

Commit 8455c2e

Browse files
committed
chore: Fix coderabbit suggestion
1 parent 12e5de2 commit 8455c2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.tools

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ RUN if [ "$INSTALL_ALL" = "true" ] || [ "$INSTALL_ALL" = "latest" ]; then \
6464
echo "TFLINT_VERSION=latest" >> /.env && \
6565
echo "TFSEC_VERSION=latest" >> /.env && \
6666
echo "TFUPDATE_VERSION=latest" >> /.env && \
67-
echo "TRIVY_VERSION=latest" >> /.env \
67+
echo "TRIVY_VERSION=latest" >> /.env ; \
6868
elif [ "$INSTALL_ALL" != "false" ]; then \
69-
echo "ERROR: INSTALL_ALL must be 'true', 'latest', or 'false'" >&2 && exit 1; \
69+
echo "ERROR: INSTALL_ALL must be 'true', 'latest', or 'false'" >&2 ; exit 1 ; \
7070
fi
7171

7272
# Docker `RUN`s shouldn't be consolidated here

0 commit comments

Comments
 (0)