fix syntax
This commit is contained in:
@@ -72,7 +72,6 @@ function InstallZip {
|
||||
)
|
||||
if ($skipIf -ne $false -and (Test-Path -Path $skipIf -PathType Container)) {
|
||||
Write-Host "$app already installed."
|
||||
}
|
||||
} else {
|
||||
$zipName = [System.IO.Path]::GetFileNameWithoutExtension($zip)
|
||||
Write-Host "Installing $zipName..."
|
||||
|
||||
Reference in New Issue
Block a user