Skip to content

Commit

Permalink
Merge pull request #6893 from nghib/issue_5629
Browse files Browse the repository at this point in the history
fix #5629 typos
  • Loading branch information
jdubois committed Dec 26, 2017
2 parents 8238c4e + f09fb41 commit bbf4a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/entity/prompts.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ function askForDTO() {
const context = this.context;
// don't prompt if data is imported from a file or server is skipped or if no service layer
if (context.useConfigurationFile || context.skipServer || context.service === 'no') {
context.dto = 'no';
context.dto = context.dto || 'no';
return;
}
const done = this.async();
Expand Down

0 comments on commit bbf4a30

Please sign in to comment.