Skip to content

Commit 7dac687

Browse files
ahasallalexeagle
authored andcommitted
refactor(@schematics/angular): remove non-useful or operator
1 parent ac90732 commit 7dac687

File tree

1 file changed

+1
-1
lines changed
  • packages/schematics/angular/ng-new

1 file changed

+1
-1
lines changed

packages/schematics/angular/ng-new/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default function (options: NgNewOptions): Rule {
6565
apply(empty(), [
6666
schematic('workspace', workspaceOptions),
6767
options.createApplication ? schematic('application', applicationOptions) : noop,
68-
move(options.directory || options.name),
68+
move(options.directory),
6969
]),
7070
),
7171
(_host: Tree, context: SchematicContext) => {

0 commit comments

Comments
 (0)