Fix sort-by indentation issue.

This commit is contained in:
Avesh Agarwal 2016-02-08 02:53:00 -05:00
parent 0ab09296f6
commit 5fbede0428

View File

@ -276,7 +276,7 @@ func RunGet(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command, args []string
} }
continue continue
} }
if err := printer.PrintObj(objs[ix], out); err != nil { if err := printer.PrintObj(objs[ix], w); err != nil {
return err return err
} }
} }