service/containers: correctly plumb fieldpaths

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day 2017-09-01 13:17:31 -07:00
parent 7182085551
commit 5cc108605f
No known key found for this signature in database
GPG Key ID: 67B3DED84EDC823F

View File

@ -124,7 +124,7 @@ func (s *Service) Update(ctx context.Context, req *api.UpdateContainerRequest) (
}
}
updated, err := store.Update(ctx, container)
updated, err := store.Update(ctx, container, fieldpaths...)
if err != nil {
return err
}