fix: remove issue ref from comment, use forge::FORGE_HTTP in knowledge.rs
This commit is contained in:
parent
bc0087830f
commit
5fdc3ffdbf
3 changed files with 4 additions and 5 deletions
|
|
@ -280,7 +280,7 @@ async fn cmd_serve(
|
|||
let mut knowledge_shutdown = coord.shutdown_rx();
|
||||
tokio::spawn(async move {
|
||||
// Initial pull — reconcile any commits that landed while c0re
|
||||
// was offline, including the push that triggered #1244.
|
||||
// was offline.
|
||||
if let Err(e) = knowledge::pull().await {
|
||||
tracing::debug!(error = ?e, "knowledge: startup pull skipped (no clone yet?)");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue