We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34a7dfe + 88154b0 commit 5434cfeCopy full SHA for 5434cfe
1 file changed
src/variables/private/GitHub.ps1
@@ -26,6 +26,5 @@ $script:GitHub = [pscustomobject]@{
26
Stamps = @(
27
[GitHubStamp]::new('Public', 'https://www.githubstatus.com')
28
[GitHubStamp]::new('Europe', 'https://eu.githubstatus.com')
29
- [GitHubStamp]::new('US', 'https://us.githubstatus.com')
30
)
31
}
0 commit comments