Skip to content

Commit

Permalink
fix bug with vendoring from the registry
Browse files Browse the repository at this point in the history
  • Loading branch information
aatarasoff committed Dec 7, 2023
1 parent 85d3c2d commit 8f18f62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/registry/vendor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f18f62

Please sign in to comment.