forked from loafle/openapi-generator-original
Add missing slash in ApiInvoker path
This commit is contained in:
parent
ed423a4a8e
commit
3e527e3141
@ -99,6 +99,6 @@ class BasicScalaGenerator extends BasicGenerator {
|
|||||||
|
|
||||||
// supporting classes
|
// supporting classes
|
||||||
override def supportingFiles = List(
|
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"))
|
("pom.mustache", "generated-code/scala", "pom.xml"))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user