From cba5cea39d3a517093b75237fa0c583069a813c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Mon, 25 May 2026 17:14:44 +0200 Subject: [PATCH] Fixed `>` typo. --- script/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/deploy.sh b/script/deploy.sh index 1429814..588dc2e 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -560,7 +560,7 @@ cloudflare_dns_setup() { for id in ${RECORD_IDS}; do curl -s -X DELETE "https://api.cloudflare.com/client/v4/zones/${ZONE_ID}/dns_records/${id}" \ -H "Authorization: Bearer ${CLOUDFLARE_DNS_API_TOKEN}" \ - -H "Content-Type: application/json" > > "${STDOUT}" 2> "${STDERR}" + -H "Content-Type: application/json" > "${STDOUT}" 2> "${STDERR}" done create_records "${SUBDOMAIN}"