Skip to content

Commit

Permalink
Merge #313
Browse files Browse the repository at this point in the history
313: fix another typo r=zegl a=j-martin

Very minor, like the previous one.

Co-authored-by: Jean-Martin Archer <jm@jmartin.ca>
  • Loading branch information
bors[bot] and j-martin authored Sep 19, 2020
2 parents c7334be + 4400cc8 commit 8baae6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion score/cronjob/cronjob.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func cronJobHasDeadline(job v1beta1.CronJob) (score scorecard.TestScore) {
if job.Spec.StartingDeadlineSeconds == nil {
score.Grade = scorecard.GradeCritical
score.AddComment("", "The CronJob should have startingDeadlineSeconds configured",
"This makes sure that jobs are automatically cancelled if they can not be scheduler")
"This makes sure that jobs are automatically cancelled if they can not be scheduled")
return
}

Expand Down

0 comments on commit 8baae6f

Please sign in to comment.