From 779c55fed6271ffae980b04de1424575eafff2e4 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Thu, 8 Dec 2022 15:42:08 +0000 Subject: [PATCH] Fix spelling --- root/etc/cont-init.d/50-certbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/cont-init.d/50-certbot b/root/etc/cont-init.d/50-certbot index 1aa4422..9b3a8ab 100644 --- a/root/etc/cont-init.d/50-certbot +++ b/root/etc/cont-init.d/50-certbot @@ -252,7 +252,7 @@ if [[ "${VALIDATION}" = "dns" ]]; then if [[ "${DNSPLUGIN}" =~ ^(route53|standalone)$ ]]; then DNSCREDENTIALSPARAM="" fi - # plugins that don't support setting propogation + # plugins that don't support setting propagation if [[ "${DNSPLUGIN}" =~ ^(azure|gandi|standalone)$ ]]; then if [[ -n "${PROPAGATION}" ]]; then echo "${DNSPLUGIN} dns plugin does not support setting propagation time"; fi PROPAGATIONPARAM=""