mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
fix: Passed scenario in terraform_docs hook now works as expected
This commit is contained in:
parent
b425e23e23
commit
7ac2736ab9
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ function terraform_docs {
|
||||||
done
|
done
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
[ -e "$config_file_no_color" ] && rm -f "$config_file_no_color"
|
rm -f "$config_file_no_color"
|
||||||
}
|
}
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue