Skip to content

Commit fd88e90

Browse files
committed
fix(@angular/cli): Fix double setting of the path options for new
fixes angular#11025
1 parent d1e392f commit fd88e90

File tree

1 file changed

+0
-3
lines changed
  • packages/angular/cli/commands

1 file changed

+0
-3
lines changed

packages/angular/cli/commands/new.ts

-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ export default class NewCommand extends SchematicCommand {
7171
collectionName = this.parseCollectionName(options);
7272
}
7373

74-
const pathOptions = this.setPathOptions(options, '/');
75-
options = { ...options, ...pathOptions };
76-
7774
const packageJson = require('../package.json');
7875
options.version = packageJson.version;
7976

0 commit comments

Comments
 (0)