Skip to content

Commit 33762c5

Browse files
authored
Update index.js
1 parent da2c35d commit 33762c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/client/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ module.exports = class JHipsterClientGenerator extends BaseApplicationGenerator
267267
microservice({ application, entityConfig }) {
268268
if (application.applicationTypeMicroservice) {
269269
if (entityConfig.clientRootFolder === undefined) {
270-
entityConfig.clientRootFolder = this.entityConfig.microserviceName;
270+
entityConfig.clientRootFolder = entityConfig.microserviceName;
271271
}
272272
if (entityConfig.databaseType === undefined) {
273273
entityConfig.databaseType = application.databaseType;

0 commit comments

Comments
 (0)