Skip to content

Commit

Permalink
Merge pull request #113 from franc-pentest/fixes
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
tiyeuse authored Oct 15, 2024
2 parents 98b717b + d7f3cf0 commit 1454e36
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 1454e36

Please sign in to comment.