small correction

This commit is contained in:
Florian Forster 2024-06-25 16:02:53 +00:00
parent 4f4ef0f77f
commit c4e11637fb

View File

@ -6,7 +6,7 @@ import (
type Ci struct{}
// Build the whole stack
// Generate the gRPC stubs
func (c *Ci) Generate(ctx context.Context, directory *Directory) (*Directory, error) {
output := dag.Console().Generate(directory)
_, err := output.Sync(ctx)