squakez commented on a change in pull request #2656: URL: https://github.com/apache/camel-k/pull/2656#discussion_r714859833
########## File path: pkg/cmd/dump.go ########## @@ -173,13 +174,13 @@ func dumpNamespace(ctx context.Context, c client.Client, ns string, out *os.File return nil } -func dumpConditions(prefix string, conditions []v1.PodCondition, out *os.File) { +func dumpConditions(prefix string, conditions []v1.PodCondition, out io.Writer) { Review comment: Ah okey, I've missed it, thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org