From 684f2b7c33415d0e187ee27dbd8ff4b2bd35982d Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Sat, 23 Feb 2019 23:21:22 +0100 Subject: Fixed incorrect comment --- main/api/src/mill/api/Ctx.scala | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main/api/src/mill/api/Ctx.scala b/main/api/src/mill/api/Ctx.scala index 4ccf5a7d..69d01f7e 100644 --- a/main/api/src/mill/api/Ctx.scala +++ b/main/api/src/mill/api/Ctx.scala @@ -29,7 +29,10 @@ object Ctx { implicit def logToCtx(l: Logger): Log = new Log { def log = l } } - /** Access to the projects home path. */ + /** + * Access to some internal storage dir used by underlying ammonite. + * You should not need this in a buildscript. + */ trait Home { def home: os.Path } -- cgit v1.2.3