Skip to content

Commit

Permalink
fix(@angular/cli): remove extra space in `Unable to find compatible p…
Browse files Browse the repository at this point in the history
…ackage` during `ng add`
  • Loading branch information
alan-agius4 committed Dec 17, 2021
1 parent fd22dd5 commit b7e2923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/cli/commands/add-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class AddCommand extends SchematicCommand<AddCommandSchema> {
}

if (!newIdentifier) {
spinner.warn("Unable to find compatible package. Using 'latest' tag.");
spinner.warn("Unable to find compatible package. Using 'latest' tag.");
} else {
packageIdentifier = newIdentifier;
spinner.succeed(
Expand Down

0 comments on commit b7e2923

Please sign in to comment.