Skip to content

Commit

Permalink
fix set-ghc
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Sep 26, 2023
1 parent cc14baf commit 97efcce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GitHub/public/Config/Set-GitHubConfig.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
Name = "$prefix`RefreshToken"
Vault = $script:SecretVault.Name
}
$acessTokenSecretInfo = Get-SecretInfo @refreshTokenGetParam
$currentRefreshTokenMetadata = $acessTokenSecretInfo.Metadata
$refreshTokenSecretInfo = Get-SecretInfo @refreshTokenGetParam
$currentRefreshTokenMetadata = $refreshTokenSecretInfo.Metadata

[hashtable]$refreshTokenMetadata = $PSBoundParameters.Keys | ForEach-Object {
@{
Expand Down

0 comments on commit 97efcce

Please sign in to comment.