fix var name
This commit is contained in:
parent
ec72c1bf13
commit
4b9b1383dc
@ -71,7 +71,7 @@ function Test-CSCertificate {
|
|||||||
}
|
}
|
||||||
|
|
||||||
process {
|
process {
|
||||||
$Cert = $Store.Certificates | Where-Object { $_.Thumbprint -eq $Thumb }
|
$Cert = $Store.Certificates | Where-Object { $_.Thumbprint -eq $Thumbprint }
|
||||||
|
|
||||||
if ($null -eq $Cert) {
|
if ($null -eq $Cert) {
|
||||||
return $false
|
return $false
|
||||||
|
Loading…
Reference in New Issue
Block a user