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 fcbb6f38aac259b432f943298a8e7f803264f0c1
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
}