mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-10 13:24:18 +00:00
Fix a typo in the README
This commit is contained in:
parent
0fd09bf67a
commit
53697318ee
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ Add this to your `.pre-commit-config.yaml`
|
||||||
- `detect-aws-credentials` - Checks for the existence of AWS secrets that you
|
- `detect-aws-credentials` - Checks for the existence of AWS secrets that you
|
||||||
have set up with the AWS CLI.
|
have set up with the AWS CLI.
|
||||||
The following arguments are available:
|
The following arguments are available:
|
||||||
- `--credential-file` - additional AWS CLI style configuration file in a
|
- `--credentials-file` - additional AWS CLI style configuration file in a
|
||||||
non-standard location to fetch configured credentials from. Can be repeated
|
non-standard location to fetch configured credentials from. Can be repeated
|
||||||
multiple times.
|
multiple times.
|
||||||
- `detect-private-key` - Checks for the existence of private keys.
|
- `detect-private-key` - Checks for the existence of private keys.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue