From 0c88c4773a9fd771ba75d4e0dced60eb36c6e583 Mon Sep 17 00:00:00 2001 From: Avo Sepp <68659218+avo-sepp@users.noreply.github.com> Date: Sun, 19 Feb 2023 17:57:08 -0500 Subject: [PATCH] wip Signed-off-by: Avo Sepp <68659218+avo-sepp@users.noreply.github.com> --- cmd/helm/flags.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/helm/flags.go b/cmd/helm/flags.go index 76d6e0476..07f80d2d2 100644 --- a/cmd/helm/flags.go +++ b/cmd/helm/flags.go @@ -97,6 +97,7 @@ func (o *outputValue) String() string { // It is much cleaner looking (and technically less allocations) to just // convert to a string rather than type asserting to the underlying // output.Format + *outputValue.(string) return string(*o) }