Skip to content

Commit 6d32a69

Browse files
IDisposableCopilot
andauthored
Update ota.go
Co-authored-by: Copilot <[email protected]>
1 parent 32daeb9 commit 6d32a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ota.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func rpcTryUpdateComponents(params updateParams, includePreRelease bool, resetCo
194194

195195
func RunAutoUpdateCheck() {
196196
// initially wait for 15 minutes before starting auto-update checks
197-
// to avoid interfering with initial setup processesand to ensure
197+
// to avoid interfering with initial setup processes and to ensure
198198
// the system is stable before checking for updates
199199
ticker := time.NewTicker(15 * time.Minute)
200200
defer ticker.Stop()

0 commit comments

Comments
 (0)