aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/src/main/scala/ch/jodersky/sbt/jni/build/ConfigureMakeInstall.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/src/main/scala/ch/jodersky/sbt/jni/build/ConfigureMakeInstall.scala b/plugin/src/main/scala/ch/jodersky/sbt/jni/build/ConfigureMakeInstall.scala
index 27550a8..0be900c 100644
--- a/plugin/src/main/scala/ch/jodersky/sbt/jni/build/ConfigureMakeInstall.scala
+++ b/plugin/src/main/scala/ch/jodersky/sbt/jni/build/ConfigureMakeInstall.scala
@@ -40,7 +40,7 @@ trait ConfigureMakeInstall { self: BuildTool =>
products match {
case Nil =>
sys.error(s"No files were created during compilation, " +
- "something went wrong with the ${name} configuration.")
+ s"something went wrong with the ${name} configuration.")
case head :: Nil =>
head
case head :: tail =>