diff --git a/cmd/flux/get.go b/cmd/flux/get.go index 5aca72ab..db3d34dd 100644 --- a/cmd/flux/get.go +++ b/cmd/flux/get.go @@ -177,7 +177,7 @@ func (get getCommand) run(cmd *cobra.Command, args []string) error { return err } - utils.PrintTable(cmd.OutOrStderr(), header, rows) + utils.PrintTable(cmd.OutOrStdout(), header, rows) if getAll { fmt.Println()