Skip to content

Commit

Permalink
Merge branch 'main' into cert-version-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
ConcernedCitizen authored Sep 16, 2024
2 parents a14010f + c713eaf commit ce108b5
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 @@ -320,7 +320,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 ce108b5

Please sign in to comment.