From 6f6b1932e2889fc024f562d98989481b198c5b78 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 22 Dec 2024 05:03:54 +0100 Subject: [PATCH] bundles/pretalx: fix syntax error --- bundles/pretalx/items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/pretalx/items.py b/bundles/pretalx/items.py index 75e4c09..e6b22a4 100644 --- a/bundles/pretalx/items.py +++ b/bundles/pretalx/items.py @@ -116,7 +116,7 @@ svc_systemd = { 'pretalx-worker': { 'needs': { 'action:pretalx_install', - 'action:pretalx_migrate',, + 'action:pretalx_migrate', 'action:pretalx_rebuild', 'file:/etc/systemd/system/pretalx-worker.service', 'file:/opt/pretalx/pretalx.cfg',