Skip to content

Commit 50621e7

Browse files
committed
fix(cmd): align polling output with formatter interface (PRINFRA-125)
1 parent 5980c6f commit 50621e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/heygen/builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func buildCobraCommand(spec *command.Spec, ctx *cmdContext) *cobra.Command {
9696
return err
9797
}
9898

99-
return ctx.formatter.Data(result)
99+
return ctx.formatter.Data(result, "", nil)
100100
}
101101
}
102102

0 commit comments

Comments
 (0)