Commit 68a5641e authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #20803 from aveshagarwal/master-sortby-indentation-issue

Auto commit by PR queue bot
parents 5a3dec8d 5fbede04
......@@ -280,7 +280,7 @@ func RunGet(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command, args []string
}
continue
}
if err := printer.PrintObj(objs[ix], out); err != nil {
if err := printer.PrintObj(objs[ix], w); err != nil {
return err
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment