Skip to content

Commit

Permalink
fix writing task filename in generate-blueprint (#23528)
Browse files Browse the repository at this point in the history
  • Loading branch information
hide212131 authored Sep 16, 2023
1 parent 8c9e63c commit 1d5405c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default class extends <%= generatorClass %>Generator {
await this.writeFiles({
sections: {
files: [
{ templates: ['template-file-<%= jhipsterGenerator %>'] },
{ templates: ['template-file-<%= generator %>'] },
],
},
context: application,
Expand Down

0 comments on commit 1d5405c

Please sign in to comment.