mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
fix: typo in arg name for terraform-docs (#283)
This commit is contained in:
parent
af10d4f082
commit
feabecc9b3
2 changed files with 6 additions and 6 deletions
|
|
@ -329,7 +329,7 @@ Unlike most other hooks, this hook triggers once if there are any changed files
|
|||
- id: terraform_docs
|
||||
args:
|
||||
- --hook-config=--path-to-file=README.md # Valid UNIX path. I.e. ../TFDOC.md or docs/README.md etc.
|
||||
- --hook-config=--add-to-exiting-file=true # Boolean. true or false
|
||||
- --hook-config=--add-to-existing-file=true # Boolean. true or false
|
||||
- --hook-config=--create-file-if-not-exist=true # Boolean. true or false
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue