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