Skip to content

Commit

Permalink
Suppress useless "README.md updated successfully" message
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov committed Aug 29, 2024
1 parent 6c417c1 commit de61221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/terraform_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function terraform_docs {

if [[ "$terraform_docs_awk_file" == "0" ]]; then
# shellcheck disable=SC2086
terraform-docs --output-mode inject $tf_docs_formatter $args --output-file="$text_file" ./
terraform-docs --output-mode inject $tf_docs_formatter $args --output-file="$text_file" ./ > /dev/null
else
# Can't append extension for mktemp, so renaming instead
local tmp_file_docs
Expand Down

0 comments on commit de61221

Please sign in to comment.