From 0c45a4700c5ea041c2fb49af8f16e9dfb0ebc51e Mon Sep 17 00:00:00 2001 From: Stephen Chin Date: Thu, 14 May 2026 20:49:44 -0700 Subject: [PATCH] Update ct/hermesagent.sh Removed an unnecessary space. Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- ct/hermesagent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/hermesagent.sh b/ct/hermesagent.sh index 49304eaa..a2382a34 100644 --- a/ct/hermesagent.sh +++ b/ct/hermesagent.sh @@ -68,5 +68,5 @@ echo -e "${CREATING}${GN}Hermes Agent setup has been successfully initialized!${ echo -e "${INFO}${YW} Configure your model provider and gateway server inside the container:${CL}" echo -e "${TAB}${BGN}su - hermes${CL}" echo -e "${TAB}${BGN}hermes setup${CL}" -echo -e "${INFO}${YW} Key for Hermes API Server stored in:${CL}" +echo -e "${INFO}${YW}Key for Hermes API Server stored in:${CL}" echo -e "${TAB}${BGN}/home/hermes/.hermes/.env${CL}"