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 <42304551+UncleGedd@users.noreply.github.com>
  • 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.