From af6fa7acec87f3f5210cacba1c46757cf46afee8 Mon Sep 17 00:00:00 2001 From: Aleksandr Ivanov <4lex1v@gmail.com> Date: Fri, 25 Nov 2016 13:28:03 +0300 Subject: Fix error message --- .../src/main/scala/ch/jodersky/sbt/jni/build/ConfigureMakeInstall.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => -- cgit v1.2.3