From 23f520688a1d6e7c6ab13ae5caccc2372af88d65 Mon Sep 17 00:00:00 2001 From: wlorenzetti Date: Fri, 11 Oct 2024 12:37:53 +0200 Subject: [PATCH] Typo --- run_certbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_certbot.sh b/run_certbot.sh index 8be520c91..45a6a0327 100755 --- a/run_certbot.sh +++ b/run_certbot.sh @@ -2,4 +2,4 @@ CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" -make -C $CURRENT_DIR renew-ssl ENV=DEV +make -C $CURRENT_DIR renew-ssl ENV=prod