From 0869c306ba5b01c47af464d8506ed439641d9559 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 22 Jul 2022 12:39:27 +0200 Subject: [PATCH] fixup variable name typo Signed-off-by: Thomas Lamprecht --- src/PVE/HA/Manager.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/HA/Manager.pm b/src/PVE/HA/Manager.pm index c6e3cba..518f64f 100644 --- a/src/PVE/HA/Manager.pm +++ b/src/PVE/HA/Manager.pm @@ -27,7 +27,7 @@ use PVE::HA::NodeStatus; # - $sd -> Service Data, the service status of a *single* service, iow. $ss->{$sid} # # - $sc -> Service Configuration, hash for all services including target state, group, ... -# - $sd -> Configuration Data, the service config of a *single* service, iow. $sc->{$sid} +# - $cd -> Configuration Data, the service config of a *single* service, iow. $sc->{$sid} # # Try to avoid adding new two letter (or similar over abbreviated) names, but also don't send # patches for changing above, as that set is mostly sensible and should be easy to remember once -- 2.39.2