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

Fix gpg import statement

This commit is contained in:
Marc Villacorta
2017-11-20 11:01:57 +01:00
parent 801f5e95d3
commit d0496a195b

View File

@@ -165,7 +165,7 @@ the example files and pgp key provided with the repository::
$ git clone https://github.com/mozilla/sops.git
$ cd sops
$ gpg --import tests/sops_functional_tests_key.asc
$ gpg --import pgp/sops_functional_tests_key.asc
$ sops example.yaml
This last step will decrypt `example.yaml` using the test private key.