Syntax corrections in hide_update function
This commit is contained in:
parent
2576442375
commit
5afa7e7b99
1 changed files with 3 additions and 1 deletions
|
@ -55,9 +55,11 @@ function remove_tasks () {
|
||||||
Write-Host -Nonewline -ForegroundColor white " Error "
|
Write-Host -Nonewline -ForegroundColor white " Error "
|
||||||
}
|
}
|
||||||
Write-Host -ForegroundColor green "Done"
|
Write-Host -ForegroundColor green "Done"
|
||||||
|
}
|
||||||
else { Write-Host -ForegroundColor Yellow " Already removed" }
|
else { Write-Host -ForegroundColor Yellow " Already removed" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function hide_update() {
|
function hide_update() {
|
||||||
param($kbList)
|
param($kbList)
|
||||||
|
|
Reference in a new issue