Merge pull request #6152 from AllenZMC/patch-1

fix word 'efault' to 'default'
pull/6158/head
Matt Farina 6 years ago committed by GitHub
commit fbcc5dd801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ import (
"k8s.io/helm/pkg/version"
)
//HttpGetter is the efault HTTP(/S) backend handler
//HttpGetter is the default HTTP(/S) backend handler
// TODO: change the name to HTTPGetter in Helm 3
type HttpGetter struct { //nolint
client *http.Client

Loading…
Cancel
Save