mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
fix: docs
This commit is contained in:
parent
b137a0f5c8
commit
65ac74a0fd
4 changed files with 15 additions and 15 deletions
|
|
@ -111,7 +111,7 @@ function per_dir_hook_unique_part {
|
|||
esac
|
||||
done
|
||||
|
||||
# First try `terratofuform validate` with the hope that all deps are
|
||||
# First try `tofu validate` with the hope that all deps are
|
||||
# pre-installed. That is needed for cases when `.terraform/modules`
|
||||
# or `.terraform/providers` missed AND that is expected.
|
||||
tofu validate "${args[@]}" &> /dev/null && {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue