From 77ec1adbbd55e6fe6e3e6f31caa9a2ffc921d635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Sun, 16 Feb 2025 22:39:52 +0100 Subject: [PATCH] fix services table in debian template --- template/debian.rst.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/template/debian.rst.j2 b/template/debian.rst.j2 index 2eb4958..74a10f5 100644 --- a/template/debian.rst.j2 +++ b/template/debian.rst.j2 @@ -16,7 +16,6 @@ services ================================================== ======= ============== service state description -================================================== ======= ============== -{% for svc in services %} +================================================== ======= =============={% for svc in services %} {{ "{:<50}".format(svc["unit"][:49]) }} {{ "{:<7}".format(svc["sub"]) }} {{ svc["description"] }}{% endfor %} ================================================== ======= ==============