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