Skip to content

Commit

Permalink
docs: correct description
Browse files Browse the repository at this point in the history
Addresses helm#11258 (comment)

Signed-off-by: Dominykas Blyžė <hello@dominykas.com>
  • Loading branch information
dominykas committed Dec 15, 2023
1 parent 9aa215b commit fdf0c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/getter/gitgetter.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"helm.sh/helm/v3/internal/gitutil"
)

// GitGetter is the default HTTP(/S) backend handler
// GitGetter is the default git backend handler
type GitGetter struct {
opts options
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/getter/ocigetter.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"helm.sh/helm/v3/pkg/registry"
)

// OCIGetter is the default HTTP(/S) backend handler
// OCIGetter is the default OCI backend handler
type OCIGetter struct {
opts options
transport *http.Transport
Expand Down

0 comments on commit fdf0c17

Please sign in to comment.