fix: Passed scenario in terraform_docs hook now works as expected

This commit is contained in:
MaxymVlasov 2022-07-13 16:41:50 +03:00 committed by Anton Babenko
commit 7ac2736ab9

View file

@ -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"
}
#######################################################################