Skip to content

Commit

Permalink
Fix typo in secrets install command
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams authored Dec 14, 2023
1 parent 0855180 commit 60995ac
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 @@ -91,7 +91,7 @@ Pre-Commit and `detect-secrets` are language-neutral, but they themselves are wr
```console
$ python -m venv .venv
$ source .venv/bin/activate # Use source .venv/bin/activate.csh if you're using a C-style shell
$ pip install pre-commit https://github.com/NASA-AMMOS/slim-detect-secrets.git@exp
$ pip install pre-commit git+https://github.com/NASA-AMMOS/slim-detect-secrets.git@exp
```

You can then establish a secrets baseline in your Maven-based repository:
Expand Down

0 comments on commit 60995ac

Please sign in to comment.