Fix incorrectly named parameter

This commit is contained in:
Manuel Thalmann 2023-08-04 01:33:42 +02:00
parent 54f7a98621
commit 95fc7f1e84

View file

@ -35,7 +35,7 @@ function Invoke-WindowsInstallation([Context] $context)
Install-Firefox $context;
choco install -y selenium-gecko-driver;
$null = Install-Package -Force Selenium.WebDriver -Version 4.10.0 -SkipDependencies;
$null = Install-Package -Force Selenium.WebDriver -RequiredVersion 4.10.0 -SkipDependencies;
winget install --accept-source-agreements --accept-package-agreements -e --id AutoHotkey.AutoHotkey;