mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-18 07:49:15 +00:00
This fixes adding supporting files to packages that have a '.'. If the controllersPackage or modelsPackage has a '.' (eg to put the controllers and/or models in a subpackage of the invokerPackage), supporting controller and models were ending up in directories that included the period instead of converting the periods to file separators.