Skip to content

Commit

Permalink
Add the correct description (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcsjones authored Sep 16, 2024
2 parents df34b3b + 243dce0 commit c713eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzureSignTool/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ private async ValueTask<int> RunSign()
return (state.succeeded + 1, state.failed);
}

var result = signer.SignFile(filePath, Description, SignDescriptionUrl, performPageHashing, logger, appendSignature);
var result = signer.SignFile(filePath, SignDescription, SignDescriptionUrl, performPageHashing, logger, appendSignature);
switch (result)
{
case COR_E_BADIMAGEFORMAT:
Expand Down

0 comments on commit c713eaf

Please sign in to comment.