Merge pull request #7498 from nojnhuh/chart-go-typo

Fix typo
pull/7500/head
Matthew Fisher 6 years ago committed by GitHub
commit 831e50cb62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ type Chart struct {
Raw []*File `json:"-"`
// Metadata is the contents of the Chartfile.
Metadata *Metadata `json:"metadata"`
// LocK is the contents of Chart.lock.
// Lock is the contents of Chart.lock.
Lock *Lock `json:"lock"`
// Templates for this chart.
Templates []*File `json:"templates"`

Loading…
Cancel
Save