Skip to content

Commit 3ec780c

Browse files
author
pre-commit
committed
pre-commit fixes
1 parent 1a2cf36 commit 3ec780c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hooks/terraform_docs.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,10 @@ function terraform_docs {
245245
# Need to pass $tf_docs_formatter and $args as separate arguments, not as single string
246246
local tfdocs_cmd=(
247247
terraform-docs
248-
--output-mode="$output_mode"
249-
--output-file="$output_file"
250-
$tf_docs_formatter
251-
$args
248+
--output-mode="$output_mode"
249+
--output-file="$output_file"
250+
$tf_docs_formatter
251+
$args
252252
)
253253
if [[ $have_config_flag == true ]]; then
254254
"${tfdocs_cmd[@]}" "--config=$config_file" ./ > /dev/null

0 commit comments

Comments
 (0)