From a63b6d3ea52d0badb07c2c003f98e77bee7cbdda Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Wed, 6 Apr 2016 22:16:46 -0400 Subject: Correctly interact with build in cwd instead of loading it's managed build in case of a BuildBuild. --- stage2/GitDependency.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stage2/GitDependency.scala') diff --git a/stage2/GitDependency.scala b/stage2/GitDependency.scala index 27bf253..16423df 100644 --- a/stage2/GitDependency.scala +++ b/stage2/GitDependency.scala @@ -38,7 +38,7 @@ case class GitDependency( } val managedBuild = lib.loadDynamic( - context.copy( cwd = checkoutDirectory, args = Seq() ) + context.copy( projectDirectory = checkoutDirectory, args = Seq() ) ) Seq( managedBuild ) } -- cgit v1.2.3