From 682f576c0a3f16edcccb7da24b05365ab2bded31 Mon Sep 17 00:00:00 2001 From: Jaromir Kaspar Date: Wed, 3 Apr 2024 10:00:15 +0200 Subject: [PATCH] typo --- Scripts/3_Deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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