Skip to content

Commit

Permalink
Merge pull request Yelp#431 from NickJosevski/patch-1
Browse files Browse the repository at this point in the history
fix typo in detect-secrets-hook
  • Loading branch information
domanchi authored Mar 17, 2021
2 parents 22326d5 + 8bd6a89 commit 265436e
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 @@ -71,7 +71,7 @@ For baselines older than version 0.9, just recreate it.
**Scanning Staged Files Only:**

```bash
$ detect-secret-hook --baseline .secrets.baseline $(git diff --staged --name-only)
$ detect-secrets-hook --baseline .secrets.baseline $(git diff --staged --name-only)
```

**Scanning All Tracked Files:**
Expand Down

0 comments on commit 265436e

Please sign in to comment.