From b74e71f2c244f3bea0885f96df6d527ee947585c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 19 Jun 2023 07:16:29 +0200 Subject: [PATCH] api: cluster jobs: fix perl module not ending with a true value Signed-off-by: Thomas Lamprecht --- PVE/API2/Cluster/Jobs.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/API2/Cluster/Jobs.pm b/PVE/API2/Cluster/Jobs.pm index 56b40fa2..0b003e70 100644 --- a/PVE/API2/Cluster/Jobs.pm +++ b/PVE/API2/Cluster/Jobs.pm @@ -115,3 +115,5 @@ __PACKAGE__->register_method({ return $result; }}); + +1;