From 50ec3d4fe444dd7be47d5292044f002fccef2838 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Tue, 3 Jan 2023 09:18:13 -0500 Subject: [PATCH] Fixing indentation Signed-off-by: Matt Farina --- pkg/cli/values/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cli/values/options.go b/pkg/cli/values/options.go index 7937f774a..86f3e0514 100644 --- a/pkg/cli/values/options.go +++ b/pkg/cli/values/options.go @@ -36,7 +36,7 @@ type Options struct { Values []string // --set FileValues []string // --set-file JSONValues []string // --set-json - LiteralValues []string // --set-literal + LiteralValues []string // --set-literal } // MergeValues merges values from files specified via -f/--values and directly