fix syntax
This commit is contained in:
@@ -67,7 +67,7 @@ function InstallZip {
|
|||||||
[string] $zip,
|
[string] $zip,
|
||||||
[string] $exe,
|
[string] $exe,
|
||||||
[string] $app,
|
[string] $app,
|
||||||
[bool] $createSubfolder = $false
|
[bool] $createSubfolder = $false,
|
||||||
[string] $skipIf = $false
|
[string] $skipIf = $false
|
||||||
)
|
)
|
||||||
if (-not (Test-Path -Path $skipIf -PathType Container) -and $skipIf -ne $false) {
|
if (-not (Test-Path -Path $skipIf -PathType Container) -and $skipIf -ne $false) {
|
||||||
|
|||||||
Reference in New Issue
Block a user