Skip to content

Commit 4da834b

Browse files
authored
Fix typo in PSCredentialInfo type namespace (#129)
1 parent d4c6d89 commit 4da834b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

powershell-gallery/docs-conceptual/powershellget/how-to/credential-persistence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $registerPSResourceRepositorySplat = @{
4747
Name = 'artifactory'
4848
Uri = 'https://myaccount.jfrog.io/artifactory/api/nuget/v3/myrepository'
4949
Trusted = $true
50-
CredentialInfo = [Microsoft.PowerShell.PowerShellGet.UtilClasses.PSCredentialInfo]::new(
50+
CredentialInfo = [Microsoft.PowerShell.PSResourceGet.UtilClasses.PSCredentialInfo]::new(
5151
'SecretStore', 'JFrogCred')
5252
}
5353
Register-PSResourceRepository @registerPSResourceRepositorySplat

0 commit comments

Comments
 (0)