mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 04:27:54 +00:00
Fix sort-by indentation issue.
This commit is contained in:
parent
0ab09296f6
commit
5fbede0428
@ -276,7 +276,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