Commit 3e5589c1 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #16997 from mikedanese/kubectl-fix

Auto commit by PR queue bot
parents c095e35f 1e3da330
......@@ -259,6 +259,7 @@ func RunGet(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command, args []string
if err := printer.PrintObj(objs[ix], w); err != nil {
return err
}
continue
}
if err := printer.PrintObj(objs[ix], out); 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