Skip to content

Commit

Permalink
Fix typo in variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rabb13 committed Dec 30, 2021
1 parent 6eb8e87 commit c2c746f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gandi_clean.hook
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
GANDI_API_KEY=${GANDI_API_KEY:="missing"}

echo "Clearing record- _acme-challenge.${CERTBOT_DOMAIN}"
curl -s -X DELETE -H "Authorization: Apikey ${APIKEY}" https://api.gandi.net/v5/livedns/domains/${CERTBOT_DOMAIN}/records/_acme-challenge.${CERTBOT_DOMAIN}
curl -s -X DELETE -H "Authorization: Apikey ${GANDI_API_KEY}" https://api.gandi.net/v5/livedns/domains/${CERTBOT_DOMAIN}/records/_acme-challenge.${CERTBOT_DOMAIN}

0 comments on commit c2c746f

Please sign in to comment.