aboutsummaryrefslogtreecommitdiff
path: root/stage1/cbt.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 /stage1/cbt.scala
parent6f52b5140f76cf427c9fb1faac598e6c089a2101 (diff)
downloadcbt-56655b67fa94c223935da9a4532d08bf88c12071.tar.gz
cbt-56655b67fa94c223935da9a4532d08bf88c12071.tar.bz2
cbt-56655b67fa94c223935da9a4532d08bf88c12071.zip
Fix building cbt as a cbt project
Diffstat (limited to 'stage1/cbt.scala')
-rw-r--r--stage1/cbt.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1/cbt.scala b/stage1/cbt.scala
index 4594135..33422cc 100644
--- a/stage1/cbt.scala
+++ b/stage1/cbt.scala
@@ -41,7 +41,7 @@ object `package`{
}
implicit class ContextExtensions(subject: Context){
import subject._
- val paths = Paths(cbtHome, cache)
+ val paths = CbtPaths(cbtHome, cache)
implicit def logger: Logger = new Logger(enabledLoggers, start)
def classLoaderCache: ClassLoaderCache = new ClassLoaderCache(
logger,