Update cmd/survey/runner.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Robin Olsen
2026-02-25 15:39:28 +01:00
committed by GitHub
parent 5e6811da9c
commit 42c01bbf73

View File

@@ -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
}