Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Nov 16, 2024
1 parent f5c8b28 commit 696c967
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/functions/public/Auth/Context/Set-GitHubContext.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ function Set-GitHubContext {
Set-Context $context
Remove-Context -Name $Name
}
Write-Verbose ($(Get-Context -AsPlainText).Name)
Get-Context -AsPlainText | ForEach-Object {
Write-Verbose $_.Name
}
Get-Context -Name $newName -AsPlainText
}

0 comments on commit 696c967

Please sign in to comment.