fix bash variable

This commit is contained in:
Anton Livaja 2025-02-13 23:40:39 -05:00
parent a79d44c912
commit 5cde2bfe31
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
* Set the nonce address variable:
* `nonce_address=$"(cat vaults/<namespace>/<coin>/<account_id>-na.txt)"`
* `nonce_address="$(cat vaults/<namespace>/<coin>/<account_id>-na.txt)"`
1. Set `ICEPICK_DATA_DIRECTORY`: