From 1be20d99faabf7f3443ae2f9d971ba95765420eb Mon Sep 17 00:00:00 2001 From: Arshad Pasha Date: Sun, 11 Jan 2026 21:28:49 +0530 Subject: [PATCH] [macOS] Fix typo: Github -> GitHub in BasicTools test description (#13516) --- images/macos/scripts/tests/BasicTools.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/macos/scripts/tests/BasicTools.Tests.ps1 b/images/macos/scripts/tests/BasicTools.Tests.ps1 index ea69361a5..b6e882413 100644 --- a/images/macos/scripts/tests/BasicTools.Tests.ps1 +++ b/images/macos/scripts/tests/BasicTools.Tests.ps1 @@ -69,7 +69,7 @@ Describe "bazelisk" { } } -Describe "Github CLI" { +Describe "GitHub CLI" { It "GitHub CLI" { "gh --version" | Should -ReturnZeroExitCode }