Skip to content

Commit

Permalink
fix the one place it really needed to be right
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored and azure-sdk committed Aug 7, 2024
1 parent d5ca099 commit b41715f
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 @@ -111,7 +111,7 @@ foreach ($packagePropFile in $packageProperties)
$packageMetadata = Get-Content $packagePropFile | ConvertFrom-Json
Write-Host "Processing $($packageMetadata.ArtifactName)"

$packages = &$FindArtifactForApiReviewFn $ArtifactPath $packageMetadata.Name
$packages = &$FindArtifactForApiReviewFn $ArtifactPath $packageMetadata.ArtifactName

if ($packages)
{
Expand Down

0 comments on commit b41715f

Please sign in to comment.