[macOS] Fix typo: Github -> GitHub in BasicTools test description (#13516)

This commit is contained in:
Arshad Pasha
2026-01-11 21:28:49 +05:30
committed by GitHub
parent 8ed95b8456
commit 1be20d99fa

View File

@@ -69,7 +69,7 @@ Describe "bazelisk" {
}
}
Describe "Github CLI" {
Describe "GitHub CLI" {
It "GitHub CLI" {
"gh --version" | Should -ReturnZeroExitCode
}