Publish preview version #42

Merged
OCram85 merged 25 commits from dev into master 2019-04-04 17:02:18 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ec72c1bf13 - Show all commits

View File

@ -100,7 +100,7 @@ function Import-CSCertificate {
$_.Exception.Message | Write-Error
$ErrorParams = @{
ErrorAction = 'Stop'
Exception = [System.Security.Cryptography.Exception]::new(
Exception = [System.Exception]::new(
'Could not read or add the pfx certificate!'
)
}