From 3aec8f77b3e2beac93774dafb56427ccb60dbedf Mon Sep 17 00:00:00 2001 From: Alessandro Franceschi Date: Wed, 25 Sep 2024 16:37:05 +0200 Subject: [PATCH] fixing --- templates/log.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/log.erb b/templates/log.erb index 5ca47bb..a8a1295 100644 --- a/templates/log.erb +++ b/templates/log.erb @@ -1,2 +1,4 @@ +<% if @array_log != '' -%> <% @array_log.each do |path| %><%= path %> <% end %> +<% end -%> \ No newline at end of file