From 439af6e58bfa4eaa38a144c4c142952dc01290b1 Mon Sep 17 00:00:00 2001 From: Kristin Martin Date: Fri, 7 Aug 2026 23:19:39 +0000 Subject: [PATCH] Remove stray backslash in Hermes Agent blueprint fly.toml Closes #2445 --- blueprints/hermes-agent-on-fly-io.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/hermes-agent-on-fly-io.html.md b/blueprints/hermes-agent-on-fly-io.html.md index 47fdd676d2..283789e5a8 100644 --- a/blueprints/hermes-agent-on-fly-io.html.md +++ b/blueprints/hermes-agent-on-fly-io.html.md @@ -40,7 +40,7 @@ primary_region = "" machine_config = "machine_config.json" [build] - image = "nousresearch/hermes-agent:latest"\ + image = "nousresearch/hermes-agent:latest" [[mounts]] source = "data"