From 3a39ef040ce796c2032f066b059988fa97f93ee4 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 29 May 2024 14:19:44 +0200 Subject: [PATCH] Fix a typo in the auto.data template. --- templates/auto.data.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/auto.data.j2 b/templates/auto.data.j2 index f8ab43c..af09b61 100644 --- a/templates/auto.data.j2 +++ b/templates/auto.data.j2 @@ -1,5 +1,5 @@ {% if item.is_home is defined and item.is_home %} * {{ item.nfs_server }}:{{ item.remote_export }}/& {% else %} -{{ item.path }} {{ item.mount_options | default("-rw,retrans=2,noresvport,rsize=1048576,wsize=1048576,vers=4") {{ item.nfs_server }}:{{ item.remote_export }} +{{ item.path }} {{ item.mount_options | default("-rw,retrans=2,noresvport,rsize=1048576,wsize=1048576,vers=4") }} {{ item.nfs_server }}:{{ item.remote_export }} {% endif %}