diff --git a/packages/angular/cli/src/command-builder/schematics-command-module.ts b/packages/angular/cli/src/command-builder/schematics-command-module.ts index eb7b0a26019d..0e3ec5ccd0e5 100644 --- a/packages/angular/cli/src/command-builder/schematics-command-module.ts +++ b/packages/angular/cli/src/command-builder/schematics-command-module.ts @@ -181,7 +181,7 @@ export abstract class SchematicsCommandModule if (property['format'] === 'path' && !property['$default']) { (options as Record)['path'] = workingDir || undefined; this.context.logger.warn( - `The 'path' option in '${schematic?.schema}' is using deprecated behaviour.` + + `The 'path' option in '${schematic?.schema}' is using deprecated behaviour. ` + `'workingDirectory' smart default provider should be used instead.`, ); }