From baeeb1611ba45ad96a86c6e0c194d62c140d88ea Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sun, 20 Jun 2021 13:04:14 +0200 Subject: [PATCH] wip --- bundles/bind/files/db | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/bind/files/db b/bundles/bind/files/db index 3b01c26..46d1bb2 100644 --- a/bundles/bind/files/db +++ b/bundles/bind/files/db @@ -17,9 +17,9 @@ ${record['name'].ljust(column_width('name', records))} \ IN \ ${record['type'].ljust(column_width('type', records))} \ % if record['type'] == 'TXT': - "${part}" +"${part}" % else: - ${part} +${part} % endif % endfor % endfor