From 8f18f62bb6aae90064e8327c0cb5c23eca678804 Mon Sep 17 00:00:00 2001 From: aatarasoff Date: Thu, 7 Dec 2023 14:49:42 +0300 Subject: [PATCH] fix bug with vendoring from the registry --- internal/registry/vendor.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/registry/vendor.go b/internal/registry/vendor.go index 407346f..9f433d9 100644 --- a/internal/registry/vendor.go +++ b/internal/registry/vendor.go @@ -104,6 +104,8 @@ func VendorRegistryModule(module *model.Module, client v1.RegistryClient, patche }() } + wg.Wait() + log.Printf("successfully vendoring .proto files. module name: %s, path: %s", module.Name, module.Path) return nil