Skip to content

Commit

Permalink
fix(projects): Fix generate routes (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmeku authored Mar 14, 2019
1 parent 458eb18 commit 3120664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ function createLinksForCollection(
.map(schematic =>
createLinkForSchematic(
project,
'@schematics/angular',
collection.name,
schematic ? schematic.name : '',
schematic ? schematic.name : ''
)
Expand Down

0 comments on commit 3120664

Please sign in to comment.