From d70b50b3a11b62efe942d0429d1d7c54f8656a52 Mon Sep 17 00:00:00 2001 From: Jon Huhn Date: Thu, 30 Jan 2020 09:50:59 -0600 Subject: [PATCH] Fix typo Signed-off-by: Jon Huhn --- pkg/chart/chart.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/chart/chart.go b/pkg/chart/chart.go index c3e99eae6..5eb4d4d94 100644 --- a/pkg/chart/chart.go +++ b/pkg/chart/chart.go @@ -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"`