Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jan 10, 2025
1 parent 08e3ca2 commit c018fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/coordinator/tasks/run_task_options/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ func (t *Task) Execute(ctx context.Context) error {
if taskErr != nil {
t.logger.Warnf("child task failed: %w", taskErr)
}

t.ctx.SetResult(types.TaskResultSuccess)
default:
if taskErr != nil {
Expand Down

0 comments on commit c018fa2

Please sign in to comment.