vSphere Cloud Provider: update vmware/gomvomi godeps
This commit is contained in:
2
vendor/github.com/vmware/govmomi/find/finder.go
generated
vendored
2
vendor/github.com/vmware/govmomi/find/finder.go
generated
vendored
@@ -716,7 +716,7 @@ func (f *Finder) HostSystem(ctx context.Context, path string) (*object.HostSyste
|
||||
}
|
||||
|
||||
func (f *Finder) DefaultHostSystem(ctx context.Context) (*object.HostSystem, error) {
|
||||
hs, err := f.HostSystem(ctx, "*/*")
|
||||
hs, err := f.HostSystem(ctx, "*")
|
||||
if err != nil {
|
||||
return nil, toDefaultError(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user