Commit 5fbede04 authored by Avesh Agarwal's avatar Avesh Agarwal

Fix sort-by indentation issue.

parent 0ab09296
......@@ -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
}
}
......
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