We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e38e4 commit a846395Copy full SHA for a846395
1 file changed
pkg/cmd/build.go
@@ -631,6 +631,7 @@ func handleBuildsList(ctx context.Context, cmd *cli.Command) error {
631
maxItems--
632
b := iter.Current()
633
fmt.Print(cbuild.ViewHeader("BUILD", b))
634
+ fmt.Println()
635
m := cbuild.Model{Build: b}
636
fmt.Print(m.View())
637
fmt.Println()
0 commit comments