Fix non-functioning script

This commit is contained in:
Manuel Thalmann 2024-08-05 22:45:17 +02:00
parent b1544a6a60
commit e7ced15185
2 changed files with 5 additions and 5 deletions
scripts/Windows/Scripts

View file

@ -31,7 +31,7 @@ $null = New-Module {
[hashtable] $Arguments
)
$argumentList = {
$argumentList = @{
installer = $installHandler;
arguments = $Arguments;
};