Skip to content

Commit 8986186

Browse files
authored
include composite template builder's output path (#1208)
Signed-off-by: Jordan Keister <[email protected]>
1 parent 64ccd02 commit 8986186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

alpha/template/composite/composite.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ func (t *Template) newCatalogBuilderMap(catalogs []Catalog, outputType string) (
230230
builderMap := make(BuilderMap)
231231
for _, schema := range catalog.Builders {
232232
builder, err := t.builderForSchema(schema, BuilderConfig{
233+
WorkingDir: catalog.Destination.WorkingDir,
233234
OutputType: outputType,
234235
})
235236
if err != nil {

0 commit comments

Comments
 (0)