Skip to content

Commit

Permalink
Update eng/common/scripts/Detect-Api-Changes.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
  • Loading branch information
2 people authored and azure-sdk committed Sep 28, 2021
1 parent 1b59452 commit ae6b871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Detect-Api-Changes.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ foreach ($artifact in $ArtifactList)

foreach($pkg in $responses.keys)
{
Write-Host "API detectiopn request status for $($pkg) : $($responses[$pkg])"
Write-Host "API detection request status for $($pkg) : $($responses[$pkg])"
}

0 comments on commit ae6b871

Please sign in to comment.