typo
All checks were successful
/ test (push) Successful in 11s

This commit is contained in:
Michaël Ricart 2025-02-17 13:21:46 +01:00
parent 84c1eaca71
commit 507b6de034

View file

@ -18,5 +18,5 @@ services
================================================== ======= ============== ================================================== ======= ==============
service state description service state description
================================================== ======= =============={% for svc in services %} ================================================== ======= =============={% 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 %}
================================================== ======= ============== ================================================== ======= ==============