diff --git a/quorum-vault-system/src/component-documents/openpgp-setup.md b/quorum-vault-system/src/component-documents/openpgp-setup.md index 82bc11b..0fcbc2e 100644 --- a/quorum-vault-system/src/component-documents/openpgp-setup.md +++ b/quorum-vault-system/src/component-documents/openpgp-setup.md @@ -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: diff --git a/quorum-vault-system/src/generated-documents/level-2/fixed-location/approver/approve-transaction.md b/quorum-vault-system/src/generated-documents/level-2/fixed-location/approver/approve-transaction.md index 55df4bb..9e9839a 100644 --- a/quorum-vault-system/src/generated-documents/level-2/fixed-location/approver/approve-transaction.md +++ b/quorum-vault-system/src/generated-documents/level-2/fixed-location/approver/approve-transaction.md @@ -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 diff --git a/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/create-transaction-payload.md b/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/create-transaction-payload.md index d0d9ceb..fb0688f 100644 --- a/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/create-transaction-payload.md +++ b/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/create-transaction-payload.md @@ -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