diff --git a/cmd/incusd/main_cluster.go b/cmd/incusd/main_cluster.go index e9da7c2f84b..2d6d9a8c787 100644 --- a/cmd/incusd/main_cluster.go +++ b/cmd/incusd/main_cluster.go @@ -369,7 +369,7 @@ func (c *cmdClusterListDatabase) Run(cmd *cobra.Command, args []string) error { data[i] = []string{address} } - _ = cli.RenderTable(c.flagFormat, columns, data, nil) + _ = cli.RenderTable(os.Stdout, c.flagFormat, columns, data, nil) return nil }