mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 11:23:58 +00:00
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
|
||||
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"))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user