From c200e654dbca3e36153602d812bff899464fdaee Mon Sep 17 00:00:00 2001 From: CZECHIA-COM Date: Sat, 14 Mar 2026 16:36:22 +0100 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- 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 65b9603a..4a7967ec 100644 --- a/dnsapi/dns_czechia.sh +++ b/dnsapi/dns_czechia.sh @@ -140,7 +140,7 @@ dns_czechia_rm() { return 1 fi - _res_normalized=$(_normalizeJson "$_res") + _res_normalized=$(printf '%s' "$_res" | _normalizeJson) if _contains "$_res_normalized" '"isError":true'; then _err "CZECHIA DNS API reported an error while deleting TXT for $_fd: $_res"