Merge "Use the correct build dir."
This commit is contained in:
commit
8308aab95e
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ func RunBlueprint(args Args, ctx *blueprint.Context, config interface{}, extraNi
|
|||
fatalf("could not enumerate files: %v\n", err.Error())
|
||||
}
|
||||
|
||||
buildDir := args.BuildDir
|
||||
buildDir := config.(BootstrapConfig).BuildDir()
|
||||
|
||||
stage := StageMain
|
||||
if args.GeneratingPrimaryBuilder {
|
||||
|
|
Loading…
Reference in a new issue