diff --git a/Scripts/3_Deploy.ps1 b/Scripts/3_Deploy.ps1 index 5c4cc833..dfef20eb 100644 --- a/Scripts/3_Deploy.ps1 +++ b/Scripts/3_Deploy.ps1 @@ -1729,7 +1729,7 @@ If (-not $isAdmin) { $telemetryEvent = Initialize-TelemetryEvent -Event "Deploy.End" -Metrics $metrics -Properties $properties -NickName $LabConfig.TelemetryNickName $vmDeploymentEvents += $telemetryEvent - Send-TelemetryEvent -Events $vmDeploymentEvents | Out-Null + Send-TelemetryEvents -Events $vmDeploymentEvents | Out-Null } #write how much it took to deploy