Skip to content

Commit 325baa6

Browse files
timmyghansl
authored andcommitted
fix(@angular/cli): add closing single quote
add closing quote to architect command error message
1 parent 0344563 commit 325baa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export abstract class ArchitectCommand extends Command<ArchitectCommandOptions>
215215
return allProjectsForTargetName;
216216
}
217217

218-
throw new Error(`Could not determine a single project for the '${targetName} target.`);
218+
throw new Error(`Could not determine a single project for the '${targetName}' target.`);
219219
}
220220
}
221221

0 commit comments

Comments
 (0)