Skip to content

Commit 7a79a12

Browse files
Update nexus-certificate-manager-caplugin/NexusCertManagerCAPlugin.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 162d092 commit 7a79a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nexus-certificate-manager-caplugin/NexusCertManagerCAPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public async Task Synchronize(BlockingCollection<AnyCAPluginCertificate> blockin
253253

254254
try
255255
{
256-
// retreive the list of certs from Nexus CM
256+
// retrieve the list of certs from Nexus CM
257257
_logger.LogTrace("attempting to retrieve the list of cert names from Nexus CM");
258258
var certList = await _client.GetCertificateList(null, cancelToken);
259259
_logger.LogTrace($"successfully returned {certList.SearchHits} results.");

0 commit comments

Comments
 (0)