Skip to content

Commit

Permalink
fix missing argument in encrypting with age section (getsops#860)
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Skov <carsten@simcax.dk>
  • Loading branch information
damienleger authored and simcax committed Sep 23, 2023
1 parent 77c0d44 commit 75265f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ the ``--age`` option or the **SOPS_AGE_RECIPIENTS** environment variable:

.. code:: bash
$ sops --age age1yt3tfqlfrwdwx0z0ynwplcr6qxcxfaqycuprpmy89nr83ltx74tqdpszlw test.yaml > test.enc.yaml
$ sops --encrypt --age age1yt3tfqlfrwdwx0z0ynwplcr6qxcxfaqycuprpmy89nr83ltx74tqdpszlw test.yaml > test.enc.yaml
When decrypting a file with the corresponding identity, sops will look for a
text file name ``keys.txt`` located in a ``sops`` subdirectory of your user
Expand Down

0 comments on commit 75265f0

Please sign in to comment.