Skip to content

Commit

Permalink
typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaley committed Nov 20, 2024
1 parent 4cb5811 commit 70bfe58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SectigoCAProxy/SectigoCAProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public override EnrollmentResult Enroll(ICertificateDataReader certificateDataRe
}
else
{
Logger.Debug($"No value found for custom field {field.name}, but it is not mandatory.").
Logger.Debug($"No value found for custom field {field.name}, but it is not mandatory.");
}
}

Expand Down

0 comments on commit 70bfe58

Please sign in to comment.