Skip to content

Commit 45baf63

Browse files
praveenkuttappanCopilot
authored andcommitted
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 946540d commit 45baf63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/common/scripts/Helpers/AzSdkTool-Helpers.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ function Get-GitHubApiHeaders {
109109
$token = $env:GITHUB_TOKEN
110110
if ($token)
111111
{
112-
Write-Host "Using authenticated GitHub API requests to install MCP server."
112+
Write-Host "Using authenticated GitHub API requests."
113113
$headers = @{
114-
Authorization = "bearer $token"
114+
Authorization = "Bearer $token"
115115
}
116116
return $headers
117117
}

0 commit comments

Comments
 (0)