We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0081bd commit ad0da6dCopy full SHA for ad0da6d
1 file changed
README.md
@@ -18,7 +18,7 @@ Add the following `repo` to your `.pre-commit-config.yaml`
18
19
```yaml
20
...
21
- - repo: https://github.com/devopsforhuman/tf-pre-commit
+ - repo: https://github.com/devopsforhumans/tf-pre-commit
22
rev: v1.0.3
23
hooks:
24
- id: terraform-fmt
@@ -28,7 +28,7 @@ if you want to provide `options` or `global options` (try `terraform fmt --help`
28
29
30
31
+ - repo: https://github.com/devopsforhumans/tf-pre-commit.git
32
33
34
0 commit comments