aboutsummaryrefslogtreecommitdiff
path: root/stage2/GitDependency.scala
diff options
context:
space:
mode:
Diffstat (limited to 'stage2/GitDependency.scala')
-rw-r--r--stage2/GitDependency.scala2
1 files changed, 1 insertions, 1 deletions
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 )
}