Skip to content

Commit 3bf0277

Browse files
committed
win bug fixes
1 parent 2f6ed7e commit 3bf0277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

win/common-utils.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ function Generate-Web-Platforms {
338338
$platform = "web"
339339
$env:NOW_PLATFORM = $platform
340340

341-
$platformsList = pick_terminal_devices `
341+
$platformsList = Generate-Platforms `
342342
-platformName $platform `
343343
-count $max_total_parallels `
344344
-platformsListContentFormat $platformsListContentFormat
@@ -355,7 +355,7 @@ function Generate-Mobile-Platforms {
355355

356356
$app_platform = $env:APP_PLATFORM
357357

358-
$platformsList = pick_terminal_devices `
358+
$platformsList = Generate-Platforms `
359359
-platformName $app_platform `
360360
-count $max_total_parallels `
361361
-platformsListContentFormat $platformsListContentFormat

0 commit comments

Comments
 (0)