From 5e927033d4080bc2a536972818b88196429926c1 Mon Sep 17 00:00:00 2001 From: Maksym Vlasov Date: Wed, 18 May 2022 19:00:39 +0300 Subject: [PATCH] chore: Fix README (#387) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44b631208..31fefabe8 100644 --- a/README.md +++ b/README.md @@ -416,6 +416,7 @@ Unlike most other hooks, this hook triggers once if there are any changed files - id: terraform_docs args: - --args=--config=.terraform-docs.yml + ``` Note: Avoid use `recursive.enabled: true` in config file, that can cause unexpected behavior.