Skip to content

Commit

Permalink
remove extraneous line from language settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Nov 15, 2024
1 parent cb43666 commit 758500a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eng/scripts/Language-Settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ function Get-AllPackageInfoFromRepo ($serviceDirectory)
Push-Location $RepoRoot
$null = python -m pip install "./tools/azure-sdk-tools[build]" -q -I
$allPkgPropLines = python (Join-path eng scripts get_package_properties.py) -s $searchPath
Write-Host $allPkgPropLines
}
catch
{
Expand Down

0 comments on commit 758500a

Please sign in to comment.