typo
Some checks failed
/ test (push) Failing after 11s

This commit is contained in:
Michaël Ricart 2025-02-17 13:19:46 +01:00
parent 161865af19
commit 84c1eaca71

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 %}
================================================== ======= ============== ================================================== ======= ==============