tailcfg: fix ClientVersion.UrgentSecurityUpdate doc comment (#19214)
Updates #cleanup Signed-off-by: Dylan Bargatze <dylan@tailscale.com>
This commit is contained in:
+1
-1
@@ -2270,7 +2270,7 @@ type ClientVersion struct {
|
|||||||
|
|
||||||
// UrgentSecurityUpdate is set when the client is missing an important
|
// UrgentSecurityUpdate is set when the client is missing an important
|
||||||
// security update. That update may be in LatestVersion or earlier.
|
// 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"`
|
UrgentSecurityUpdate bool `json:",omitempty"`
|
||||||
|
|
||||||
// Notify is whether the client should do an OS-specific notification about
|
// Notify is whether the client should do an OS-specific notification about
|
||||||
|
|||||||
Reference in New Issue
Block a user