Typo fix on L80.

This commit is contained in:
2025-01-03 09:46:16 -05:00
parent 2f25e7cb3f
commit f6fc428b98
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
else
echo "flarectl found in cache."
fi
flarectl --json dns list --zone "trez.wtf" --type=CNAME --content "trez.wtf" | jq jq '.[].Name' | sed -e 's|"||g' | awk -F"." '{print $1}' | sort > cloudflare_subdomains.txt
flarectl --json dns list --zone "trez.wtf" --type=CNAME --content "trez.wtf" | jq '.[].Name' | sed -e 's|"||g' | awk -F"." '{print $1}' | sort > cloudflare_subdomains.txt
- name: Grab subdomains from Compose
id: compose-domains