From 6ffa733b651fc3dfe7d0f957dd0b690251509747 Mon Sep 17 00:00:00 2001 From: Andrey Sokolovskiy Date: Thu, 29 Feb 2024 10:28:33 +0700 Subject: [PATCH] fix --- templates/server-fileset.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/server-fileset.conf.j2 b/templates/server-fileset.conf.j2 index 6443dbf..bc23307 100644 --- a/templates/server-fileset.conf.j2 +++ b/templates/server-fileset.conf.j2 @@ -14,9 +14,9 @@ FileSet { {% if 'paths' in fileset %} {% for path in fileset.paths %} File = "{{ path }}" - {% endfor %} +{% endfor %} {% else %} - File = "{{ path }}" + File = "{{ fileset.path }}" {% endif %} } {% if 'excludes' in fileset %}