From fcd170e8b847dcaa6294040dd36857e1cb4c9383 Mon Sep 17 00:00:00 2001 From: damocles Date: Wed, 3 Jun 2026 20:54:39 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20rename=20hive-knowledge=20=E2=86=92=20kn?= =?UTF-8?q?owledge=20in=20dashboard.rs=20doc=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hive-c0re/src/dashboard.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive-c0re/src/dashboard.rs b/hive-c0re/src/dashboard.rs index 0174f269..d5ca2c66 100644 --- a/hive-c0re/src/dashboard.rs +++ b/hive-c0re/src/dashboard.rs @@ -2985,7 +2985,7 @@ struct PushWebhookRepo { } /// POST `/webhook/knowledge` — Forgejo push webhook for -/// `internal/hive-knowledge`. Runs `git pull` on the local clone so +/// `internal/knowledge`. Runs `git pull` on the local clone so /// agents see up-to-date documents on their next turn. /// /// Expected Forgejo webhook configuration: