Update rev in README.md (#70)

Updating the version in the README.

In order for `terraform_tflint`, the rev must be at least `v1.19.0`.
This commit is contained in:
Dave Gallant 2019-10-12 05:39:06 -04:00 committed by Anton Babenko
commit a7b730a20b

View file

@ -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