Skip to content

Commit

Permalink
Fix error in Examples Walkthrough of README.rst
Browse files Browse the repository at this point in the history
On lines 423 and 424 of README.rst the example uses `git config` when
it should actually be `git secrets`.
  • Loading branch information
joaufi committed Dec 13, 2016
1 parent 9f772c5 commit 816f7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ And the following registered patterns:

::

git config --add 'password\s*=\s*.+'
git config --add --allowed --literal 'ex@mplepassword'
git secrets --add 'password\s*=\s*.+'
git secrets --add --allowed --literal 'ex@mplepassword'

Running ``git secrets --scan /tmp/example``, the result will
result in the following error output::
Expand Down

0 comments on commit 816f7a3

Please sign in to comment.