Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: shuangkun <tsk2013uestc@163.com>
  • Loading branch information
shuangkun committed Mar 22, 2024
1 parent d1f210c commit 82d2d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/controller/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ func (woc *wfOperationCtx) podReconciliation(ctx context.Context) (error, bool)
continue
}
if childNode.Type == wfv1.NodeTypeContainer {
woc.markNodeError(childNode.Name, errors.New("","container deleted"))
woc.markNodeError(childNode.Name, errors.New("", "container deleted"))
}
}
}
Expand Down

0 comments on commit 82d2d10

Please sign in to comment.