fix: rename hive-knowledge → knowledge in dashboard.rs doc comment

This commit is contained in:
damocles 2026-06-03 20:54:39 +02:00 committed by mara
commit fcd170e8b8

View file

@ -2985,7 +2985,7 @@ struct PushWebhookRepo {
} }
/// POST `/webhook/knowledge` — Forgejo push webhook for /// 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. /// agents see up-to-date documents on their next turn.
/// ///
/// Expected Forgejo webhook configuration: /// Expected Forgejo webhook configuration: