From 2dabac749e0db84ca7bd41d1fabb1bf9812922cf Mon Sep 17 00:00:00 2001 From: Clint Date: Fri, 6 Sep 2024 10:57:32 -0500 Subject: [PATCH] fix: cleanup color and typo (#906) Co-authored-by: UncleGedd <42304551+UncleGedd@users.noreply.github.com> --- src/pkg/bundle/deploy.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/pkg/bundle/deploy.go b/src/pkg/bundle/deploy.go index f57b85f5..6cc8c573 100644 --- a/src/pkg/bundle/deploy.go +++ b/src/pkg/bundle/deploy.go @@ -21,7 +21,6 @@ import ( "github.com/defenseunicorns/uds-cli/src/types/chartvariable" "github.com/defenseunicorns/uds-cli/src/types/valuesources" goyaml "github.com/goccy/go-yaml" - "github.com/pterm/pterm" "github.com/zarf-dev/zarf/src/api/v1alpha1" zarfConfig "github.com/zarf-dev/zarf/src/config" "github.com/zarf-dev/zarf/src/pkg/cluster" @@ -358,11 +357,8 @@ func (b *Bundle) ConfirmBundleDeploy() (confirm bool) { pkgviews := formPkgViews(b) message.HeaderInfof("🎁 BUNDLE DEFINITION") - pterm.Println("kind: UDS Bundle") - message.HorizontalRule() - - message.Title("Metatdata:", "information about this bundle") + message.Title("Metadata:", "information about this bundle") zarfUtils.ColorPrintYAML(b.bundle.Metadata, nil, false) message.HorizontalRule()