From bc3ceabee70c91e9fe4a1231b8f80e2fb697beb3 Mon Sep 17 00:00:00 2001 From: Kerstin Albers Date: Thu, 6 Mar 2025 16:09:15 +0100 Subject: [PATCH] chore: fix linter Signed-off-by: Kerstin Albers --- pkg/state/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/state/state.go b/pkg/state/state.go index 2a31dca1..d6e27703 100644 --- a/pkg/state/state.go +++ b/pkg/state/state.go @@ -1551,7 +1551,7 @@ type TemplateOpts struct { ShowOnly []string // Propagate '--skip-schema-validation' to helmv3 template and helm install SkipSchemaValidation bool - TemplateArgs string + TemplateArgs string } type TemplateOpt interface{ Apply(*TemplateOpts) }