mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Merge pull request #20803 from aveshagarwal/master-sortby-indentation-issue
Auto commit by PR queue bot
This commit is contained in:
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
Block a user