diff options
Diffstat (limited to 'context.go')
-rw-r--r-- | context.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -821,6 +821,7 @@ func (c *Context) findBuildBlueprints(dir string, build []string, } blueprints = append(blueprints, foundBlueprints) + deps = append(deps, foundBlueprints) } } |