Update ct/hermesagent.sh

Removed an unnecessary space.

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
Stephen Chin
2026-05-14 20:49:44 -07:00
committed by GitHub
parent 96d7c7d61d
commit 0c45a4700c

View File

@@ -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}"