Skip to content

Commit 0a879b0

Browse files
committed
chore: fix comment
Signed-off-by: Owen Rumney <owen.rumney@aquasec.com>
1 parent e58ccdd commit 0a879b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/notification/option.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func WithQuietMode(quiet bool) Option {
2929
}
3030
}
3131

32-
// WithTelemetryDisabled sets the metrics disabled flag
32+
// WithTelemetryDisabled sets the telemetry disabled flag
3333
func WithTelemetryDisabled(telemetryDisabled bool) Option {
3434
return func(v *VersionChecker) {
3535
v.telemetryDisabled = telemetryDisabled

0 commit comments

Comments
 (0)