Skip to content

Commit be9948d

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

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
@@ -63,9 +63,6 @@ export default class NewCommand extends SchematicCommand {
6363
collectionName = this.parseCollectionName(options);
6464
}
6565

66-
const pathOptions = this.setPathOptions(options, '/');
67-
options = { ...options, ...pathOptions };
68-
6966
const packageJson = require('../package.json');
7067
options.version = packageJson.version;
7168

0 commit comments

Comments
 (0)