Skip to content

Commit 55dd186

Browse files
committed
fix: Removed validate from import
1 parent 72d19c3 commit 55dd186

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/orchestrators/import.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ export class ImportOrchestrator {
5858
throw new Error('At least one resource [type] must be specified. Ex: "codify import homebrew". Or the import command must be run in a directory with a valid codify file')
5959
}
6060

61-
await ValidateOrchestrator.run({ existing: initializationResult }, reporter);
62-
6361
if (!typeIds || typeIds.length === 0) {
6462
await ImportOrchestrator.runExistingProject(reporter, initializationResult);
6563
} else {

0 commit comments

Comments
 (0)