aboutsummaryrefslogtreecommitdiff
path: root/stage2/Stage2.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-04-29 00:24:15 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-04-29 00:24:15 -0400
commit56655b67fa94c223935da9a4532d08bf88c12071 (patch)
treed0e17c0883f7f449b5e46bc12de119046d3aa2de /stage2/Stage2.scala
parent6f52b5140f76cf427c9fb1faac598e6c089a2101 (diff)
downloadcbt-56655b67fa94c223935da9a4532d08bf88c12071.tar.gz
cbt-56655b67fa94c223935da9a4532d08bf88c12071.tar.bz2
cbt-56655b67fa94c223935da9a4532d08bf88c12071.zip
Fix building cbt as a cbt project
Diffstat (limited to 'stage2/Stage2.scala')
-rw-r--r--stage2/Stage2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/Stage2.scala b/stage2/Stage2.scala
index 5316e78..9639380 100644
--- a/stage2/Stage2.scala
+++ b/stage2/Stage2.scala
@@ -19,7 +19,7 @@ object Stage2 extends Stage2Base{
def run( args: Stage2Args ): Unit = {
import args.logger
- val paths = Paths(args.cbtHome,args.cache)
+ val paths = CbtPaths(args.cbtHome,args.cache)
import paths._
val lib = new Lib(args.logger)