Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromirk committed Apr 3, 2024
1 parent 73c325d commit 682f576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/3_Deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 682f576

Please sign in to comment.