Merge pull request #20803 from aveshagarwal/master-sortby-indentation-issue

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2016-02-19 00:33:00 -08:00
commit 68a5641eb8
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}