fix(doc): incorrect comment for startup phase execution

This commit is contained in:
2025-10-24 19:28:38 -07:00
parent 482db0b763
commit 45d7cd2d3b

View File

@@ -107,7 +107,7 @@ fn main() -> Result<()> {
context.insert(&extracted);
let context = context.freeze();
// Execute the late phase.
// Execute the startup phase.
phase(context.clone(), &config.phases.startup).context("unable to execute startup phase")?;
let mut entries = Vec::new();