From aff742a185f84c9024112a1f6a419ba23b9cb121 Mon Sep 17 00:00:00 2001 From: vitrinekast Date: Tue, 26 Mar 2024 22:40:07 +0100 Subject: [PATCH] is is --- templates/book.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/book.jinja b/templates/book.jinja index 7d94837..3664de3 100644 --- a/templates/book.jinja +++ b/templates/book.jinja @@ -148,7 +148,7 @@ user_deleted : {{ user_deleted }} {{ log_output(list_package_installs) }} - {% if list_package_installs|length = 0 %} + {% if list_package_installs|length == 0 %} Today no new packages were installed...