Skip to content

Commit 33b4cc1

Browse files
alan-agius4clydin
andauthored
fixup! refactor: migrate analytics collector to use GA4
Co-authored-by: Charles <[email protected]>
1 parent e073012 commit 33b4cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/lib/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ let forceExit = false;
5555
const globalVersion = new SemVer(VERSION.full);
5656

5757
// Older versions might not have the VERSION export
58-
let localVersion = cli.VERSION?.version;
58+
let localVersion = cli.VERSION?.full;
5959
if (!localVersion) {
6060
try {
6161
const localPackageJson = await fs.readFile(

0 commit comments

Comments
 (0)