Skip to content

Commit

Permalink
↪️ Merge pull request #138 from nymous/patch-1
Browse files Browse the repository at this point in the history
Fix pre-commit example configuration
  • Loading branch information
KevinHock authored Mar 14, 2019
2 parents a58a07d + 99fd6a4 commit 3ab11c6
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 @@ -48,7 +48,7 @@ $ detect-secrets scan > .secrets.baseline
```
$ cat .pre-commit-config.yaml
- repo: git@github.com:Yelp/detect-secrets
rev: 0.12.0
rev: v0.12.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
Expand Down

0 comments on commit 3ab11c6

Please sign in to comment.