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