Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu committed Feb 14, 2025
1 parent dcab548 commit cd472e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/apiview-helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function New-APIViewFromCI {

Get-AllPackageInfoFromRepo $ServiceDirectory | ForEach-Object {
$artifactList += [PSCustomObject]@{
name = $sdk.Name
name = $_.Name
}
}

Expand Down

0 comments on commit cd472e3

Please sign in to comment.