1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Merge pull request #1863 from wasv/patch-1

Remove unmatched '`' from README.rst
This commit is contained in:
Felix Fontein
2025-05-30 11:14:16 +02:00
committed by GitHub

View File

@@ -1013,7 +1013,7 @@ service exposed on the unix socket located in ``/tmp/sops.sock``, you can run:
.. code:: sh
$ sops decrypt --keyservice unix:///tmp/sops.sock file.yaml`
$ sops decrypt --keyservice unix:///tmp/sops.sock file.yaml
And if you only want to use the key service exposed on the unix socket located
in ``/tmp/sops.sock`` and not the local key service, you can run: