Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Apr 26, 2024
1 parent bb7ddbc commit 3346c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .20_terraform.bash
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ __tflint_install() {
tflint() {
if [[ -x "$(command -v brew)" ]]; then
brew install tflint
elif [[-x "$(command -v docker)" ]]; then
elif [[ -x "$(command -v docker)" ]]; then
docker run --rm --volume "$(pwd):/data" --tty "ghcr.io/terraform-linters/tflint" "$@"
return $?
fi
Expand Down

0 comments on commit 3346c96

Please sign in to comment.