Explorar el Código

readme policy.json: fix placeholders for keyPath

Fabian Peter Hammerle hace 4 años
padre
commit
9242f3e8bd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -31,7 +31,7 @@ $ gpg --export --armor --output /some/where/pgp/fphammerle 8D2902FE7DF47DDEDA280
         {
           "type": "signedBy",
           "keyType": "GPGKeys",
-          "keyPath": "/tmp/fphammerle",
+          "keyPath": "/some/where/pgp/fphammerle",
           "signedIdentity": {"type": "matchRepoDigestOrExact"}
         }
       ],
@@ -39,7 +39,7 @@ $ gpg --export --armor --output /some/where/pgp/fphammerle 8D2902FE7DF47DDEDA280
         {
           "type": "signedBy",
           "keyType": "GPGKeys",
-          "keyPath": "/tmp/fphammerle",
+          "keyPath": "/some/where/pgp/fphammerle",
           "signedIdentity": {"type": "matchRepoDigestOrExact"}
         }
       ]