Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit70e5bdd

Browse files
aslilacpull[bot]
authored andcommitted
chore: clean up lint (#11270)
1 parentcb664c2 commit70e5bdd

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 iscancelled 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 iscanceled 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)

[8]ページ先頭

©2009-2025 Movatter.jp