Skip to content

Commit

Permalink
Revert move code change
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored May 23, 2018
1 parent 2d51f22 commit 26a065f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/schematics/src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
chain,
filter,
mergeWith,
move,
template,
url,
} from '@angular-devkit/schematics';
Expand Down Expand Up @@ -161,7 +160,6 @@ export default function(options: StoreOptions): Rule {
...(options as object),
environmentsPath,
} as any),
move(parsedPath.path),
]);

return chain([
Expand Down

0 comments on commit 26a065f

Please sign in to comment.