mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
Fix some golint errors for packages in pkg/kubectl/cmd
Co-authored-by: Arijit Basu <sayanarijit@gmail.com>
This commit is contained in:
@@ -344,8 +344,7 @@ func (o *LabelOptions) RunLabel() error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
printer.PrintObj(info.Object, o.Out)
|
||||
return nil
|
||||
return printer.PrintObj(info.Object, o.Out)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user