aboutsummaryrefslogtreecommitdiff
path: root/stage2/BuildBuild.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-03-11 18:02:17 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-03-11 18:30:25 -0500
commitcf859909fbcf577bac92d9f35f5d11e638a66177 (patch)
treed9200d33f7d2f9b1ed9884330fcd4c6ca651f44a /stage2/BuildBuild.scala
parentbe9e36b89fd0a266010aa98fa4a3ff9d8572fce9 (diff)
downloadcbt-cf859909fbcf577bac92d9f35f5d11e638a66177.tar.gz
cbt-cf859909fbcf577bac92d9f35f5d11e638a66177.tar.bz2
cbt-cf859909fbcf577bac92d9f35f5d11e638a66177.zip
fix broken format string
Diffstat (limited to 'stage2/BuildBuild.scala')
-rw-r--r--stage2/BuildBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/BuildBuild.scala b/stage2/BuildBuild.scala
index 0c2f95c..9d3458d 100644
--- a/stage2/BuildBuild.scala
+++ b/stage2/BuildBuild.scala
@@ -32,7 +32,7 @@ trait BuildBuildWithoutEssentials extends BaseBuild{
assert(
projectDirectory.getName === lib.buildDirectoryName,
- "You can't extend ${lib.buildBuildClassName} in: " + projectDirectory + "/" + lib.buildDirectoryName
+ s"You can't extend ${lib.buildBuildClassName} in: " + projectDirectory + "/" + lib.buildDirectoryName
)
protected final val managedContext = context.copy(