Skip to content

Commit ad0da6d

Browse files
committed
fix repo address
Signed-off-by: Dalwar Hossain <5631766+dalwar23@users.noreply.github.com>
1 parent a0081bd commit ad0da6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following `repo` to your `.pre-commit-config.yaml`
1818

1919
```yaml
2020
...
21-
- repo: https://github.com/devopsforhuman/tf-pre-commit
21+
- repo: https://github.com/devopsforhumans/tf-pre-commit
2222
rev: v1.0.3
2323
hooks:
2424
- id: terraform-fmt
@@ -28,7 +28,7 @@ if you want to provide `options` or `global options` (try `terraform fmt --help`
2828

2929
```yaml
3030
...
31-
- repo: https://github.com/devopsforhuman/tf-pre-commit
31+
- repo: https://github.com/devopsforhumans/tf-pre-commit.git
3232
rev: v1.0.3
3333
hooks:
3434
- id: terraform-fmt

0 commit comments

Comments
 (0)