Skip to content

Commit ad888a1

Browse files
wtrockiEnda
andauthored
Update pkg/cluster/mkcManager.go
Co-authored-by: Enda <[email protected]>
1 parent 7bd959c commit ad888a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cluster/mkcManager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func watchForManagedKafkaStatus(c *KubernetesCluster, crName string, namespace s
8686
MessageID: "cluster.kubernetes.watchForManagedKafkaStatus.log.info.wait",
8787
}))
8888

89-
fmt.Fprint(os.Stdout, localizer.MustLocalize(&localizer.Config{
89+
fmt.Fprint(c.io.Out, localizer.MustLocalize(&localizer.Config{
9090
MessageID: "cluster.kubernetes.watchForManagedKafkaStatus.binding",
9191
TemplateData: map[string]interface{}{
9292
"Name": crName,

0 commit comments

Comments
 (0)