From bc4f6e507a937d4c3fab118095f3446dd32e0816 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 6 Feb 2022 15:31:28 +0100 Subject: [PATCH] bundles/c3voc-addons: fix .provides() --- bundles/c3voc-addons/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/c3voc-addons/metadata.py b/bundles/c3voc-addons/metadata.py index 67ed0f2..9a05f1f 100644 --- a/bundles/c3voc-addons/metadata.py +++ b/bundles/c3voc-addons/metadata.py @@ -25,7 +25,7 @@ defaults = { @metadata_reactor.provides( - 'cron/upgrade-and-reboot' + 'cron/jobs/upgrade-and-reboot' ) def patchday(metadata): day = metadata.get('apt/unattended-upgrades/day')