aboutsummaryrefslogtreecommitdiffstats
path: root/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'context.go')
-rw-r--r--context.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/context.go b/context.go
index 6de2e15..7ab28f9 100644
--- a/context.go
+++ b/context.go
@@ -821,6 +821,7 @@ func (c *Context) findBuildBlueprints(dir string, build []string,
}
blueprints = append(blueprints, foundBlueprints)
+ deps = append(deps, foundBlueprints)
}
}