Publish version 1.0.x #45

Merged
OCram85 merged 31 commits from dev into master 2019-04-29 16:05:44 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 16435095e1 - Show all commits

View File

@ -88,7 +88,7 @@ function Import-CSPfxCertificate {
)
)
if (Test-CSCertificate -Thumbprint $cert.Thumbprint) {
if (Test-CSPfxCertificate -Thumbprint $cert.Thumbprint) {
Write-Warning -Message ('The certificate with thumbprint {0} is already present!' -f $cert.Thumbprint)
}
else {