From 4c509434e0bd9da72b7f400b0e8a2be01c99bdd8 Mon Sep 17 00:00:00 2001 From: Maksym Vlasov Date: Wed, 27 Oct 2021 18:28:05 +0300 Subject: [PATCH] fix: Fixed 1.54.0 where `terraform_docs` was broken (#272) --- terraform_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform_docs.sh b/terraform_docs.sh index 64af6a2..1152cb1 100755 --- a/terraform_docs.sh +++ b/terraform_docs.sh @@ -6,7 +6,7 @@ main() { parse_cmdline_ "$@" # Support for setting relative PATH to .terraform-docs.yml config. ARGS=${ARGS[*]/--config=/--config=$(pwd)\/} - terraform_docs_ "${HOOK_CONFIG[*]}" "$ARGS" "${FILES[*]}" + terraform_docs_ "${HOOK_CONFIG[*]}" "$ARGS" "${FILES[@]}" } initialize_() {