[macOS] Remove additional curly bracket. (#12761)

* [macOS] Add Edge browser to arm64 images.

* [macOS] Replace the edge download URL for arm64 images.

* [macOS] Remove if condition for skipping software report generation for arm64 images.

* [macOS] Removed additional {.
This commit is contained in:
susmitamane
2025-08-14 19:21:32 +05:30
committed by GitHub
parent 296eb88a79
commit 3a63738c77

View File

@@ -12,7 +12,6 @@ function Build-BrowserSection {
[ToolVersionNode]::new("Microsoft Edge", $(Get-EdgeVersion))
[ToolVersionNode]::new("Microsoft Edge WebDriver", $(Get-EdgeDriverVersion))
)
}
$nodes += @(
[ToolVersionNode]::new("Mozilla Firefox", $(Get-FirefoxVersion))