Skip to content

Commit

Permalink
digraph: update node.go (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Jan 11, 2025
1 parent 20bcfdc commit 31dd670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/digraph/scheduler/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ func (n *Node) setupRetryPolicy(ctx context.Context) error {
if n.data.Step.RetryPolicy.Interval > 0 {
retryPolicy.Interval = n.data.Step.RetryPolicy.Interval
}
// Evaluate the the configuration if it's configured as a string
// Evaluate the configuration if it's configured as a string
// e.g. environment variable or command substitution
if n.data.Step.RetryPolicy.LimitStr != "" {
v, err := cmdutil.EvalIntString(ctx, n.data.Step.RetryPolicy.LimitStr)
Expand Down

0 comments on commit 31dd670

Please sign in to comment.