mirror of https://github.com/k3s-io/k3s
Merge pull request #20803 from aveshagarwal/master-sortby-indentation-issue
Auto commit by PR queue botpull/6/head
commit
68a5641eb8
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue