Skip to content

Commit 7cea00d

Browse files
renaming fix
1 parent 2dc543a commit 7cea00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/ddd/src/schematics/domain/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default function (options: DomainOptions): Rule {
6969
? noop()
7070
: externalSchematic('@nrwl/angular', 'app', {
7171
name: appName,
72-
directory: options.directory,
72+
directory: options.appDirectory,
7373
tags: `domain:${appName},type:app`,
7474
style: 'scss',
7575
}),

0 commit comments

Comments
 (0)