diff --git a/pkg/pusher/pusher.go b/pkg/pusher/pusher.go index 05685a39c..f62de63d6 100644 --- a/pkg/pusher/pusher.go +++ b/pkg/pusher/pusher.go @@ -74,7 +74,7 @@ func WithPlainHTTP(plainHTTP bool) Option { // canonical semver representation of the chart version rather than the raw // version string. Note this is unrelated to the registry client's "strict // mode" (registry.PushOptStrictMode); enabling it may in fact require that -// strict mode to be relaxed, since the canonical tag can differ from the raw +// strict mode be relaxed, since the canonical tag can differ from the raw // chart version. func WithOCINormalizeVersion(ociNormalizeVersion bool) Option { return func(opts *options) {