This commit is contained in:
OCram85 2019-04-29 15:37:51 +02:00
parent aea1ae7b2f
commit 53a1e16658
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ function New-CredentialStore {
$ErrorParams = @{ $ErrorParams = @{
ErrorAction = 'Stop' ErrorAction = 'Stop'
Exception = [System.IO.InvalidDataException]::new( Exception = [System.IO.InvalidDataException]::new(
'Your provided path does not conain the required file extension .json !' 'Your provided path does not contain the required file extension .json !'
) )
} }
Write-Error @ErrorParams Write-Error @ErrorParams