mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/haproxy: fix typo in cert sync script
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user