Skip to content

Commit 43e21ab

Browse files
alan-agius4clydin
authored andcommitted
refactor: fix path for workspace-loader
1 parent 773984d commit 43e21ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/angular/cli/models/architect-command.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ import { NodeJsSyncHost, createConsoleLogger } from '@angular-devkit/core/node';
1818
import { of } from 'rxjs';
1919
import { from } from 'rxjs';
2020
import { concatMap, map, tap, toArray } from 'rxjs/operators';
21-
import { WorkspaceLoader } from '../models/workspace-loader';
2221
import { Command, Option } from './command';
23-
22+
import { WorkspaceLoader } from './workspace-loader';
2423

2524
export interface ProjectAndConfigurationOptions {
2625
project?: string;

0 commit comments

Comments
 (0)