Skip to content

Commit

Permalink
Merge pull request #1692 from monty241/monty241-patch-typo
Browse files Browse the repository at this point in the history
Fix typo "DigitasSignature"
  • Loading branch information
oleg-shilo authored Dec 12, 2024
2 parents b454c85 + 075f5e2 commit c8388bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/src/WixSharp/DigitalSignature.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ int apply(string url) =>
CommonTasks.Tasks.DigitalySign(fileToSign, CertificateId, TimeUrl?.AbsoluteUri, Password,
PrepareOptionalArguments(), WellKnownLocations, CertificateStore, OutputLevel, HashAlgorithm);

Console.WriteLine("Signing with DigitasSignature");
Console.WriteLine("Signing with DigitalSignature.");

if (TimeUrls.Any())
foreach (Uri uri in TimeUrls)
Expand Down Expand Up @@ -183,4 +183,4 @@ protected virtual string PrepareOptionalArguments()
return $"{OptionalArguments} /d \"{Description}\"";
}
}
}
}

0 comments on commit c8388bc

Please sign in to comment.