Skip to content

Commit

Permalink
Merge pull request #946 from skmatti/gc-fix
Browse files Browse the repository at this point in the history
Fix return value
  • Loading branch information
k8s-ci-robot authored Nov 17, 2019
2 parents a254862 + a2cef0c commit 53de9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/loadbalancers/l7s.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (l *L7s) gc(urlMaps []*composite.UrlMap, knownLoadBalancers sets.String, ve
errors = append(errors, fmt.Errorf("error deleting loadbalancer %q", l7Name))
}
}
return nil
return errors
}

// Shutdown implements LoadBalancerPool.
Expand Down

0 comments on commit 53de9a4

Please sign in to comment.