File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/swagger-codegen-cli/src/main/java/io/swagger/codegen/v3/cli/cmd Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -324,10 +324,10 @@ public void run() {
324
324
configurator .setCodegenArguments (codegenArguments );
325
325
}
326
326
327
- if (CodegenConstants .HANDLEBARS_TEMPLATE_ENGINE .equalsIgnoreCase (templateEngine )) {
328
- additionalProperties .add (String .format ("%s=%s" , CodegenConstants .TEMPLATE_ENGINE , CodegenConstants .HANDLEBARS_TEMPLATE_ENGINE ));
329
- } else {
327
+ if (CodegenConstants .MUSTACHE_TEMPLATE_ENGINE .equalsIgnoreCase (templateEngine )) {
330
328
additionalProperties .add (String .format ("%s=%s" , CodegenConstants .TEMPLATE_ENGINE , CodegenConstants .MUSTACHE_TEMPLATE_ENGINE ));
329
+ } else {
330
+ additionalProperties .add (String .format ("%s=%s" , CodegenConstants .TEMPLATE_ENGINE , CodegenConstants .HANDLEBARS_TEMPLATE_ENGINE ));
331
331
}
332
332
333
333
applySystemPropertiesKvpList (systemProperties , configurator );
You can’t perform that action at this time.
0 commit comments