Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wil committed Oct 15, 2024
1 parent 98b717b commit d7f3cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.71
1.0.72
2 changes: 1 addition & 1 deletion ldeep/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ def list_templates(self, kwargs):
adcs_infos[pki.get("cn")] = pki.get("certificateTemplates")

if verbose:
self.display(results, verbose)
self.display(templates, verbose)
return
else:
all_enabled_templates = list(set().union(*adcs_infos.values()))
Expand Down

0 comments on commit d7f3cf0

Please sign in to comment.