openpgp-setup: fix missind end quote

This commit is contained in:
Ryan Heywood 2025-01-31 07:51:29 -05:00
parent 3b1edca9c1
commit bb7fcd3861
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ as such need to be set up in a manner that minimizes exposure risks.
1. Insert a smartcard into the system, and get its ID:
* `identifier="$(oct list -i | head -1)`
* `identifier="$(oct list -i | head -1)"`
1. Generate a mnemonic, encrypting to a newly-generated key:

View File

@ -52,7 +52,7 @@ The approver is responsible for verifying a transaction proposed by a [proposer]
1. Set a local variable `pgp_key_id` to the smart card OpenPGP key id:
* `pgp_key_id="$(oct list -i | head -1)`
* `pgp_key_id="$(oct list -i | head -1)"`
1. Copy the git repo locally from the Ceremony SD card

View File

@ -78,7 +78,7 @@ The proposer must combine these values into a JSON file, such as:
1. Set a local variable `pgp_key_id` to the smart card OpenPGP key id:
* `pgp_key_id="$(oct list -i | head -1)`
* `pgp_key_id="$(oct list -i | head -1)"`
1. Copy the git repo locally from the Ceremony SD card