Add missing slash in ApiInvoker path

This commit is contained in:
Cody Allen 2012-11-30 19:59:46 -08:00
parent ed423a4a8e
commit 3e527e3141

View File

@ -99,6 +99,6 @@ class BasicScalaGenerator extends BasicGenerator {
// supporting classes
override def supportingFiles = List(
("apiInvoker.mustache", destinationDir + "com/wordnik/client", "ApiInvoker.scala"),
("apiInvoker.mustache", destinationDir + "/com/wordnik/client", "ApiInvoker.scala"),
("pom.mustache", "generated-code/scala", "pom.xml"))
}