Skip to content

Commit 242b3fc

Browse files
clydinalan-agius4
andauthored
Update packages/angular/cli/commands/add-impl.ts
Co-authored-by: Alan Agius <alan.agius4@gmail.com>
1 parent ecc84d4 commit 242b3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/commands/add-impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export class AddCommand extends SchematicCommand<AddCommandSchema> {
146146
}
147147
} else {
148148
packageIdentifier = npa.resolve(latestManifest.name, latestManifest.version);
149-
spinner.succeed(`Found compatible package version: ${colors.grey(packageIdentifier)}`);
149+
spinner.succeed(`Found compatible package version: ${colors.grey(packageIdentifier)}.`);
150150
}
151151
}
152152

0 commit comments

Comments
 (0)