From b4708c895e65d9c4a2a7fe59258baf997d4d85b6 Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Mon, 9 Feb 2026 14:54:21 +0100 Subject: [PATCH] Fix typos in pipeline/pipeline.go (#6094) Co-authored-by: 6543 <6543@obermui.de> --- pipeline/pipeline.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline/pipeline.go b/pipeline/pipeline.go index 60a733964..b89befefd 100644 --- a/pipeline/pipeline.go +++ b/pipeline/pipeline.go @@ -255,8 +255,8 @@ func (r *Runtime) execAll(runnerCtx context.Context, steps []*backend.Step) <-ch return err } - // we report all errors till setup happened - // afterwards they just ged dropped + // Report all errors until the setup happened. + // Afterwards errors will be dropped. if step.Detached { var wg sync.WaitGroup wg.Add(1)