Fix non-functioning script
This commit is contained in:
parent
b1544a6a60
commit
e7ced15185
2 changed files with 5 additions and 5 deletions
scripts/Windows/Scripts
|
@ -31,7 +31,7 @@ $null = New-Module {
|
|||
[hashtable] $Arguments
|
||||
)
|
||||
|
||||
$argumentList = {
|
||||
$argumentList = @{
|
||||
installer = $installHandler;
|
||||
arguments = $Arguments;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue