Skip to content

Commit

Permalink
fix: Fixed 1.54.0 where terraform_docs was broken (antonbabenko#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov authored Oct 27, 2021
1 parent cf0844c commit 4c50943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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_() {
Expand Down

0 comments on commit 4c50943

Please sign in to comment.