Redirect arguments to chocolatey
properly
This commit is contained in:
parent
f20523c43b
commit
806478db65
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ $null = New-Module {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($Names.Count -ge 1) {
|
if ($Names.Count -ge 1) {
|
||||||
choco install -y $ArgumentList $Names;
|
choco install -y @ArgumentList @Names;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue