fix: typo

This commit is contained in:
2025-02-14 22:28:25 +01:00
parent c1bbf6a69e
commit e5053ecabd
2 changed files with 1 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ impl PlanReconciler {
}
}
tracing::info!("recociled project");
tracing::info!("reconciled project");
Ok(Some(plan_dir.join("forest.kdl")))
}