Skip to content

Commit 4c50943

Browse files
authored
fix: Fixed 1.54.0 where terraform_docs was broken (antonbabenko#272)
1 parent cf0844c commit 4c50943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ main() {
66
parse_cmdline_ "$@"
77
# Support for setting relative PATH to .terraform-docs.yml config.
88
ARGS=${ARGS[*]/--config=/--config=$(pwd)\/}
9-
terraform_docs_ "${HOOK_CONFIG[*]}" "$ARGS" "${FILES[*]}"
9+
terraform_docs_ "${HOOK_CONFIG[*]}" "$ARGS" "${FILES[@]}"
1010
}
1111

1212
initialize_() {

0 commit comments

Comments
 (0)