Fix shadowing lint error
Kubernetes-commit: 7a41b950cc00ee129b82e4a64d845e8d559d28ff
This commit is contained in:
parent
d3c91c0f82
commit
0279964d09
|
@ -173,7 +173,7 @@ func (o *RolloutStatusOptions) Run() error {
|
|||
return err
|
||||
}
|
||||
|
||||
return r.Visit(func(info *resource.Info, err error) error {
|
||||
return r.Visit(func(info *resource.Info, _ error) error {
|
||||
mapping := info.ResourceMapping()
|
||||
statusViewer, err := o.StatusViewerFn(mapping)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue