From 5cde2bfe313a38122de21fc9e9016c0ba07c3d90 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Thu, 13 Feb 2025 23:40:39 -0500 Subject: [PATCH] fix bash variable --- .../level-2/fixed-location/operator/coins/sol/transfer-token.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/transfer-token.md b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/transfer-token.md index 84f1157..30fd4b7 100644 --- a/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/transfer-token.md +++ b/quorum-vault-system/src/generated-documents/level-2/fixed-location/operator/coins/sol/transfer-token.md @@ -38,7 +38,7 @@ * Set the nonce address variable: - * `nonce_address=$"(cat vaults///-na.txt)"` + * `nonce_address="$(cat vaults///-na.txt)"` 1. Set `ICEPICK_DATA_DIRECTORY`: