Fix grammar nit

Signed-off-by: Daniel Fox <danudey@me.com>
pull/32349/head
Daniel Fox 3 weeks ago
parent fbd649065c
commit 15bf8d2c92
No known key found for this signature in database

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

Loading…
Cancel
Save