Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Dec 13, 2024
1 parent d0939ee commit b9355a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/packager/interactive.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (

func (p *Packager) confirmAction(ctx context.Context, stage string, warnings []string, sbomViewFiles []string) bool {
pterm.Println()
l := logger.From(ctx)
message.HeaderInfof("📦 PACKAGE DEFINITION")
l := logger.From(ctx)
err := utils.ColorPrintYAML(p.cfg.Pkg, p.getPackageYAMLHints(stage), true)
if err != nil {
message.WarnErr(err, "unable to print yaml")
Expand Down

0 comments on commit b9355a4

Please sign in to comment.