Skip to content

Commit

Permalink
typo succeed > succeeded (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
davixcky authored Jun 28, 2024
1 parent f52243c commit 5097b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/jobs/printers.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func waitForJob(ctx context.Context, cfg *config.JobSubmit, outW, errW io.Writer

attempt := j.Status.Attempts[0]
switch attempt.Phase {
case "succeed":
case "succeeded":
return true

case "failed":
Expand Down

0 comments on commit 5097b8e

Please sign in to comment.