Skip to content

Commit

Permalink
refs swagger-api/swagger-codegen#8805 - fix swift template dir
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Oct 16, 2018
1 parent dac53f6 commit cd167ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ protected void addAdditionPropertiesToCodeGenModel(CodegenModel codegenModel, Sc
public void processOpts() {
super.processOpts();

if (StringUtils.isNotBlank(templateDir)) {
if (StringUtils.isBlank(templateDir)) {
embeddedTemplateDir = templateDir = getTemplateDir();
}

Expand Down

0 comments on commit cd167ab

Please # to comment.