Skip to content

Commit

Permalink
Fix for lint (#5629)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshiki Fujikane <[email protected]>
  • Loading branch information
ffjlabo authored Mar 6, 2025
1 parent 691a510 commit 992f17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/pipedv1/plugin/wait/wait.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func wait(ctx context.Context, duration time.Duration, initialStart time.Time, s

case <-ctx.Done(): // on cancelled
slp.Info("Wait cancelled")
// We can return any status here because the piped handles this case as cancelled by a user,
// We can return any status here because the piped handles this case as cancelled by a user,
// ignoring the result from a plugin.
return sdk.StageStatusFailure
}
Expand Down

0 comments on commit 992f17d

Please sign in to comment.