From a749cf4c4ef9c0c5b6b542288fdce86f4eeae9ff Mon Sep 17 00:00:00 2001 From: Taylor Thomas Date: Tue, 6 Aug 2019 11:14:46 -0600 Subject: [PATCH] docs(chart): updates APIVersionV2 comment to reflect the proper name Signed-off-by: Taylor Thomas --- 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 03c63c119..1a54c169e 100644 --- a/pkg/chart/chart.go +++ b/pkg/chart/chart.go @@ -18,7 +18,7 @@ package chart // APIVersionV1 is the API version number for version 1. const APIVersionV1 = "v1" -// APIVersionV1 is the API version number for version 2. +// APIVersionV2 is the API version number for version 2. const APIVersionV2 = "v2" // Chart is a helm package that contains metadata, a default config, zero or more