Skip to content

Commit

Permalink
fix(nx): fix util used in the old migrator
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Aug 1, 2019
1 parent 9258985 commit 6644cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workspace/src/utils/fileutils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function readWorkspaceConfigPath(): any {
if (fileExists('workspace.json')) {
return readJsonFile('workspace.json');
} else {
return readJsonFile('workspace.json');
return readJsonFile('angular.json');
}
}

Expand Down

0 comments on commit 6644cb7

Please sign in to comment.