From ef083b28e12fcc13131af5b9b2f71de968aef07f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 17 Dec 2019 13:33:00 -0500 Subject: [PATCH] spelling: release Signed-off-by: Josh Soref --- pkg/action/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/action/install.go b/pkg/action/install.go index dc5941810..e368bcb28 100644 --- a/pkg/action/install.go +++ b/pkg/action/install.go @@ -87,7 +87,7 @@ type Install struct { // APIVersions allows a manual set of supported API Versions to be passed // (for things like templating). These are ignored if ClientOnly is false APIVersions chartutil.VersionSet - // Used by helm template to render charts with .Relase.IsUpgrade. Ignored if Dry-Run is false + // Used by helm template to render charts with .Release.IsUpgrade. Ignored if Dry-Run is false IsUpgrade bool }