Skip to content

Commit bcee8bc

Browse files
scbeddazure-sdk
authored andcommitted
a debug value was left behind. remove it
1 parent 8fd4cdb commit bcee8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/Package-Properties.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function Get-PkgProperties
108108
function Get-PrPkgProperties([string]$InputDiffJson) {
109109
$packagesWithChanges = @()
110110

111-
$allPackageProperties = Get-AllPkgProperties -ServiceDirectory media
111+
$allPackageProperties = Get-AllPkgProperties
112112
$diff = Get-Content $InputDiffJson | ConvertFrom-Json
113113
$targetedFiles = $diff.ChangedFiles
114114

0 commit comments

Comments
 (0)