Skip to content

Commit

Permalink
Update eng/common/scripts/Invoke-GitHubAPI.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
  • Loading branch information
2 people authored and azure-sdk committed Jan 22, 2025
1 parent 76446d6 commit f25c667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Invoke-GitHubAPI.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ function Remove-GitHubIssueLabel {

if ($LabelName.Trim().Length -eq 0)
{
throw " The 'LabelName' parameter should not not be whitespace."
throw " The 'LabelName' parameter should not be empty or whitespace."
}
# Encode the label name
$encodedLabelName = [System.Web.HttpUtility]::UrlEncode($LabelName)
Expand Down

0 comments on commit f25c667

Please sign in to comment.