Skip to content

Commit

Permalink
Removed quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophShyper committed Jun 15, 2020
1 parent ce04e2a commit 826481a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fmt/format-hcl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ for arg in "$@"; do
done

echo -e "\n=> Searching for .hcl files"
terragrunt-fmt.sh "${LIST}" "${WRITE}" "${DIFF}" "${CHECK}" "${RECURSIVE}" "${IGNORE}" "$@"
terragrunt-fmt.sh ${LIST} ${WRITE} ${DIFF} ${CHECK} ${RECURSIVE} ${IGNORE} "$@"

echo -e "\n=> Searching for .tf and .tfvars files"
terraform fmt "${LIST}" "${WRITE}" "${DIFF}" "${CHECK}" "${RECURSIVE}" "$@"
terraform fmt ${LIST} ${WRITE} ${DIFF} ${CHECK} ${RECURSIVE} "$@"

0 comments on commit 826481a

Please sign in to comment.