Commit d519800c authored by zhangxiaoyu-zidif's avatar zhangxiaoyu-zidif

Delete meaningless check

parent 7043372d
......@@ -277,10 +277,7 @@ func RunGet(f cmdutil.Factory, out, errOut io.Writer, cmd *cobra.Command, args [
return false, nil
}
err := printer.PrintObj(e.Object, out)
if err != nil {
return false, err
}
return false, nil
return false, err
})
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