net/haproxy: fix typo in cert sync script

This commit is contained in:
Frank Wall
2023-12-05 23:18:49 +01:00
parent 111564a35e
commit 6b4680f58f
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -6,6 +6,9 @@ very high loads while needing persistence or Layer7 processing.
Plugin Changelog
================
Fixed:
* fix typo in cert sync script
4.1
Fixed:
@@ -357,7 +357,7 @@ class Diff(SyncWithTarget):
for message in cert['messages']:
print(" " + repr(message))
for cert in sync['delete']:
for cert in sync['deleted']:
print(f"\n DEL: {cert['cert']}")
for message in cert['messages']:
print(" " + repr(message))