Skip to content

Commit

Permalink
Merge pull request #214 from swagger-api/ticket-8805
Browse files Browse the repository at this point in the history
refs swagger-api/swagger-codegen#8805 - fix swift template dir
  • Loading branch information
frantuma authored Oct 16, 2018
2 parents dac53f6 + cd167ab commit 8abd885
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 8abd885

Please # to comment.