mirror of https://github.com/kubernetes/kops.git
Fix error handling around listing ELBs
This commit is contained in:
parent
86622dad09
commit
1589e66c77
|
|
@ -159,7 +159,7 @@ func describeLoadBalancers(cloud awsup.AWSCloud, request *elb.DescribeLoadBalanc
|
|||
})
|
||||
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("error listing ELBs: %v", err)
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return found, nil
|
||||
|
|
|
|||
Loading…
Reference in New Issue