From f7415440723c2356845b40b4bf10aaea680bf8c8 Mon Sep 17 00:00:00 2001 From: CZECHIA-COM Date: Tue, 10 Mar 2026 07:59:03 +0100 Subject: [PATCH] Update dns_czechia.sh fix shfmt error --- dnsapi/dns_czechia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi/dns_czechia.sh b/dnsapi/dns_czechia.sh index 16cc25e9..32a6dfa6 100644 --- a/dnsapi/dns_czechia.sh +++ b/dnsapi/dns_czechia.sh @@ -93,7 +93,7 @@ _czechia_pick_zone() { _clean_z=$(printf "%s" "$_z" | _lower_case | sed 's/ //g; s/\.$//') [ -z "$_clean_z" ] && continue case "$_fd" in - "$_clean_z"|*".$_clean_z") + "$_clean_z"|*".$_clean_z") if [ ${#_clean_z} -gt ${#_best_zone} ]; then _best_zone="$_clean_z"; fi ;; esac