From 507b6de0347b40d24cba08ca36d76548d2a3a5e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 13:21:46 +0100 Subject: [PATCH] typo --- template/debian.rst.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/debian.rst.j2 b/template/debian.rst.j2 index a349aea..db698bc 100644 --- a/template/debian.rst.j2 +++ b/template/debian.rst.j2 @@ -18,5 +18,5 @@ services ================================================== ======= ============== service state description ================================================== ======= =============={% for svc in services %} -{{ "{:<50}".format(svc["unit"][:49]) }} {{ "{:<7}".format(svc["sub"].replace("running",":green:`running`"")) }} {{ svc["description"] }}{% endfor %} +{{ "{:<50}".format(svc["unit"][:49]) }} {{ "{:<7}".format(svc["sub"].replace("running",":green:`running`")) }} {{ svc["description"] }}{% endfor %} ================================================== ======= ==============