From e0f3be8797019aa1ad8984c8e025c0f12471afb9 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 9 Mar 2022 19:16:39 +0100 Subject: [PATCH] Fix a typo. --- 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 4decfd4..d27d255 100644 --- a/templates/auto.data.j2 +++ b/templates/auto.data.j2 @@ -2,4 +2,4 @@ * {{ item.nfs_server }}:{{ item.remote_export }}/& {% else %} {{ item.path }} / {{ item.nfs_server }}:{{ item.remote_export }} -{% fi %} \ No newline at end of file +{% endif %}