Skip to content

Commit 70e5bdd

Browse files
aslilacpull[bot]
authored andcommitted
chore: clean up lint (#11270)
1 parent cb664c2 commit 70e5bdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agent/agentscripts/agentscripts.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ func (r *Runner) StartCron() {
135135
// So if we are closed, we just return, and skip the Run() entirely.
136136
select {
137137
case <-r.cronCtx.Done():
138-
// The cronCtx is cancelled before cron.Close() happens. So if the ctx is
139-
// cancelled, then Close() will be called, or it is about to be called.
138+
// The cronCtx is canceled before cron.Close() happens. So if the ctx is
139+
// canceled, then Close() will be called, or it is about to be called.
140140
// So do nothing!
141141
default:
142142
r.cron.Run()
4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)