File tree 1 file changed +2
-2
lines changed
packages/angular/cli/models
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ export async function promptGlobalAnalytics(force = false) {
388
388
message : tags . stripIndents `
389
389
Would you like to share anonymous usage data with the Angular Team at Google under
390
390
Google’s Privacy Policy at https://policies.google.com/privacy? For more details and
391
- how to change this setting, see http ://angular.io/analytics.
391
+ how to change this setting, see https ://angular.io/analytics.
392
392
` ,
393
393
default : false ,
394
394
} ,
@@ -446,7 +446,7 @@ export async function promptProjectAnalytics(force = false): Promise<boolean> {
446
446
message : tags . stripIndents `
447
447
Would you like to share anonymous usage data about this project with the Angular Team at
448
448
Google under Google’s Privacy Policy at https://policies.google.com/privacy? For more
449
- details and how to change this setting, see http ://angular.io/analytics.
449
+ details and how to change this setting, see https ://angular.io/analytics.
450
450
451
451
` ,
452
452
default : false ,
You can’t perform that action at this time.
0 commit comments