We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58ccdd commit 0a879b0Copy full SHA for 0a879b0
pkg/notification/option.go
@@ -29,7 +29,7 @@ func WithQuietMode(quiet bool) Option {
29
}
30
31
32
-// WithTelemetryDisabled sets the metrics disabled flag
+// WithTelemetryDisabled sets the telemetry disabled flag
33
func WithTelemetryDisabled(telemetryDisabled bool) Option {
34
return func(v *VersionChecker) {
35
v.telemetryDisabled = telemetryDisabled
0 commit comments