fix log typo (#4016)

This commit is contained in:
LawyZheng
2025-11-18 14:44:09 +08:00
committed by GitHub
parent d118eb5d4e
commit 9b97061b6d

View File

@@ -3622,7 +3622,7 @@ class ForgeAgent:
return True, last_step, None
LOG.info(
"Parallel verification: goal achieved, marking task as complete",
"Parallel verification: goal achieved, marking task as completed",
step_id=step.step_id,
task_id=task.task_id,
)