Skip to content

Commit c32182a

Browse files
praveenkuttappanazure-sdk
authored andcommitted
Updated as per review comments
1 parent 8bba82d commit c32182a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/Mark-ReleasePlanCompletion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function Process-Package([string]$packageInfoPath)
6161
Write-Host "Successfully marked release completion for package, name: $PackageName version: $PackageVersion."
6262
}
6363

64-
Write-Host "Finding all package info files in directory: $PackageInfoFilePath"
64+
Write-Host "Finding all package info files in the path: $PackageInfoFilePath"
6565
# Get all package info file under the directory given in input param and process
6666
Get-ChildItem -Path $PackageInfoFilePath -Filter "*.json" | ForEach-Object {
6767
Write-Host "Processing package info file: $_"

0 commit comments

Comments
 (0)