From 9a43bca995217767bf47f45252061b2e96d13354 Mon Sep 17 00:00:00 2001 From: Dylan Bargatze Date: Mon, 6 Apr 2026 11:56:31 -0400 Subject: [PATCH] tailcfg: fix ClientVersion.UrgentSecurityUpdate doc comment (#19214) Updates #cleanup Signed-off-by: Dylan Bargatze --- tailcfg/tailcfg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index b976dcc47..3d7921d75 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -2270,7 +2270,7 @@ type ClientVersion struct { // UrgentSecurityUpdate is set when the client is missing an important // security update. That update may be in LatestVersion or earlier. - // UrgentSecurityUpdate should not be set if RunningLatest is false. + // UrgentSecurityUpdate should not be set if RunningLatest is true. UrgentSecurityUpdate bool `json:",omitempty"` // Notify is whether the client should do an OS-specific notification about