Skip to content
Prev Previous commit
Next Next commit
Update eng/common/scripts/Save-Package-Properties.ps1
Co-authored-by: Wes Haggard <[email protected]>
  • Loading branch information
2 people authored and azure-sdk committed Jul 17, 2024
commit 449660703e2d92b727bd1b97b8b8c856a8d20b44
2 changes: 1 addition & 1 deletion eng/common/scripts/Save-Package-Properties.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ if ($allPackageProperties)
}
else
{
Write-Error "Package properties are not available for service directory $($serviceInput)"
Write-Error "Package properties are not available for service directory $serviceDirectory or $prdiff"
exit 1
}