Skip to content

Commit

Permalink
fix: cleanup color and typo (#906)
Browse files Browse the repository at this point in the history
Co-authored-by: UncleGedd <[email protected]>
  • Loading branch information
catsby and UncleGedd authored Sep 6, 2024
1 parent 0d42709 commit 2dabac7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pkg/bundle/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 2dabac7

Please sign in to comment.