aboutsummaryrefslogtreecommitdiff
path: root/stage1/cbt.scala
diff options
context:
space:
mode:
Diffstat (limited to 'stage1/cbt.scala')
-rw-r--r--stage1/cbt.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/stage1/cbt.scala b/stage1/cbt.scala
index a1776b1..54f3159 100644
--- a/stage1/cbt.scala
+++ b/stage1/cbt.scala
@@ -77,7 +77,7 @@ object `package`{
def cbtLastModified: scala.Long = subject.cbtLastModified
def copy(
- projectDirectory: File = projectDirectory,
+ workingDirectory: File = workingDirectory,
args: Seq[String] = args,
//enabledLoggers: Set[String] = enabledLoggers,
cbtLastModified: Long = cbtLastModified,
@@ -85,7 +85,7 @@ object `package`{
cbtHome: File = cbtHome,
parentBuild: Option[BuildInterface] = None
): Context = new ContextImplementation(
- projectDirectory,
+ workingDirectory,
cwd,
args.to,
enabledLoggers.to,