fix typo in OutputType
This commit is contained in:
parent
a3e68a17dd
commit
c60403c464
@ -26,7 +26,7 @@ function Get-CredentialStore {
|
||||
#>
|
||||
|
||||
[CmdletBinding(DefaultParameterSetName = 'Private')]
|
||||
[OutputType("PSCredentialStore.Store")]
|
||||
[OutputType('PSCredentialStore.Store')]
|
||||
param (
|
||||
[Parameter(Mandatory = $false, ParameterSetName = 'Shared')]
|
||||
|
||||
|
@ -19,7 +19,7 @@ function Test-CredentialStore {
|
||||
|
||||
#>
|
||||
[CmdletBinding(DefaultParameterSetName = 'Private')]
|
||||
[OutputBinding([bool])]
|
||||
[OutputType([bool])]
|
||||
param (
|
||||
[Parameter(Mandatory = $false, ParameterSetName = 'Shared')]
|
||||
[string]$Path,
|
||||
|
Loading…
Reference in New Issue
Block a user