fix typo
This commit is contained in:
parent
aea1ae7b2f
commit
53a1e16658
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user