Skip to content

Commit

Permalink
Update rev in README.md (#70)
Browse files Browse the repository at this point in the history
Updating the version in the README.

In order for `terraform_tflint`, the rev must be at least `v1.19.0`.
  • Loading branch information
davegallant authored and antonbabenko committed Oct 12, 2019
1 parent c823172 commit a7b730a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Step into the repository you want to have the pre-commit hooks installed and run
```bash
cat <<EOF > .pre-commit-config.yaml
- repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.18.0
rev: v1.19.0
hooks:
- id: terraform_fmt
- id: terraform_docs
Expand Down

0 comments on commit a7b730a

Please sign in to comment.