From c6db5bdc037fd2064dfe421aeb74968304494ed3 Mon Sep 17 00:00:00 2001 From: JScottBranson Date: Wed, 17 Dec 2025 11:59:48 -0500 Subject: [PATCH] lowercase xahaud. --- src/content/docs/docs/infrastructure/installing-xahaud.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/docs/infrastructure/installing-xahaud.mdx b/src/content/docs/docs/infrastructure/installing-xahaud.mdx index 9560dbc..7352993 100644 --- a/src/content/docs/docs/infrastructure/installing-xahaud.mdx +++ b/src/content/docs/docs/infrastructure/installing-xahaud.mdx @@ -111,7 +111,7 @@ if [[ ! -f "${CONF_DIR}validators-xahau.txt" ]]; then curl -fsSL ${VAL_URL} -o ${CONF_DIR}validators-xahau.txt fi -### DOWNLOAD XAHAUD ### +### DOWNLOAD xahaud ### if [[ ! -f "${XAHAUD_DIR}xahaud" ]]; then curl -fsSL ${BINARY_URL} -o ${XAHAUD_DIR}xahaud elif [[ -f "${XAHAUD_DIR}xahaud" ]]; then