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