aboutsummaryrefslogtreecommitdiff
path: root/stage2/Lib.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-15 22:02:01 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-19 12:12:38 +0800
commitca56236260f2bf801dedca434b61380463d9e038 (patch)
treeab5556dcfc5e48a1befeccc89b1fcc3680217e95 /stage2/Lib.scala
parent77a4529342ab58c0899e5add35edecb7d1305c8d (diff)
downloadcbt-ca56236260f2bf801dedca434b61380463d9e038.tar.gz
cbt-ca56236260f2bf801dedca434b61380463d9e038.tar.bz2
cbt-ca56236260f2bf801dedca434b61380463d9e038.zip
the word class was duplicated since .show changed
Diffstat (limited to 'stage2/Lib.scala')
-rw-r--r--stage2/Lib.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/Lib.scala b/stage2/Lib.scala
index 9e1f824..1ecc99e 100644
--- a/stage2/Lib.scala
+++ b/stage2/Lib.scala
@@ -139,7 +139,7 @@ final class Lib(val logger: Logger) extends Stage1Lib(logger){
(
(
if( thisTasks.nonEmpty ){
- s"""Methods provided by Build ${show}
+ s"""Methods provided by ${show}
${thisTasks.mkString(" ")}