Skip to content

Commit 94d90fa

Browse files
committed
fix name
1 parent 2d0a4f7 commit 94d90fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/cronjob/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ func getJobFromTemplate2(cj *batchv1.CronJob, scheduledTime time.Time) (*batchv1
272272
return job, nil
273273
}
274274

275-
// getTimeHash returns Unix Epoch Time in minutes
275+
// getTimeHashInMinutes returns Unix Epoch Time in minutes
276276
func getTimeHashInMinutes(scheduledTime time.Time) int64 {
277277
return scheduledTime.Unix() / 60
278278
}

0 commit comments

Comments
 (0)