tailcfg: fix ClientVersion.UrgentSecurityUpdate doc comment (#19214)

Updates #cleanup

Signed-off-by: Dylan Bargatze <dylan@tailscale.com>
main
Dylan Bargatze 2 weeks ago committed by GitHub
parent 86f42ea87b
commit 9a43bca995
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tailcfg/tailcfg.go

@ -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

Loading…
Cancel
Save