From 277d14bbe1307e967d5e4d58f8792ed25a3f919a Mon Sep 17 00:00:00 2001 From: Michael Asiedu Date: Thu, 27 Jun 2024 09:38:30 +0000 Subject: [PATCH] add backticks --- cartesi-rollups/deployment/self-hosted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cartesi-rollups/deployment/self-hosted.md b/cartesi-rollups/deployment/self-hosted.md index 4b4ae460..8c5070f6 100644 --- a/cartesi-rollups/deployment/self-hosted.md +++ b/cartesi-rollups/deployment/self-hosted.md @@ -151,7 +151,7 @@ If deploying to Fly.io from macOS with Apple Silicon, create a Docker image for ```shell fly secrets set -a CARTESI_BLOCKCHAIN_HTTP_ENDPOINT= fly secrets set -a CARTESI_BLOCKCHAIN_WS_ENDPOINT= - fly secrets set -a CARTESI_AUTH_MNEMONIC= + fly secrets set -a CARTESI_AUTH_MNEMONIC=`` fly secrets set -a CARTESI_POSTGRES_ENDPOINT= ```