From 42c01bbf739e631ea51e73ad23f72e1d19678780 Mon Sep 17 00:00:00 2001 From: Robin Olsen <129996395+Telikz@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:39:28 +0100 Subject: [PATCH] Update cmd/survey/runner.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- cmd/survey/runner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/survey/runner.go b/cmd/survey/runner.go index 0fb8150..876ee42 100644 --- a/cmd/survey/runner.go +++ b/cmd/survey/runner.go @@ -70,8 +70,8 @@ func taskLoop(ctx context.Context, surveyTasks map[string]task.Tasker, interface if err := task.RunTask(ctx, t, selected, tasks.InterfaceToType(selected)); err != nil { return err } + idx++ } - idx++ return nil }