Skip to content

Commit

Permalink
fix: Passed scenario in terraform_docs hook now works as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov authored and antonbabenko committed Jul 13, 2022
1 parent b425e23 commit 7ac2736
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 @@ -230,7 +230,7 @@ function terraform_docs {
done

# Cleanup
[ -e "$config_file_no_color" ] && rm -f "$config_file_no_color"
rm -f "$config_file_no_color"
}

#######################################################################
Expand Down

0 comments on commit 7ac2736

Please sign in to comment.