Typo fix on L80.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user