Verified Commit 71ef5851 authored by anarcat's avatar anarcat
Browse files

fix password manager onboarding procedure (tpo/tpa/team#41599)

the paren was in the wrong place!
parent 98907d92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ When a new person comes in, their key needs to be added to the
command. This, for example, will add a new fingerprint to the file:

    cd ~/.password-store
    pass init $(cat .gpg-id 0000000000000000000000000000000000000000)
    pass init $(cat .gpg-id) 0000000000000000000000000000000000000000

The new fingerprint must also be allowed to sign the key store: