Skip to content

Commit

Permalink
Fixed missing line break
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophShyper committed Mar 31, 2020
1 parent 16b349c commit 38358a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN set -eux \
&& chmod +x /usr/bin/scenery \
# Get latest TFLint
&& curl -L "$( curl -Ls https://api.github.com/repos/terraform-linters/tflint/releases/latest | grep -o -E "https://.+?_linux_amd64.zip" )" \
-o tflint.zip
-o tflint.zip \
&& unzip tflint.zip \
&& mv tflint /usr/bin/tflint \
&& chmod +x /usr/bin/tflint
Expand Down

0 comments on commit 38358a8

Please sign in to comment.