From 19a5235ec6e34f60890825940a68907e40030a06 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 28 Mar 2024 20:24:21 -0400 Subject: [PATCH] fix: use correct function name in openresty:report output Closes #6765 --- plugins/openresty-vhosts/internal-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/openresty-vhosts/internal-functions b/plugins/openresty-vhosts/internal-functions index 672ed6352..6abd8ebd7 100755 --- a/plugins/openresty-vhosts/internal-functions +++ b/plugins/openresty-vhosts/internal-functions @@ -26,7 +26,7 @@ fn-openresty-access-log-path() { fn-plugin-property-get-default "openresty" "$APP" "access-log-path" "${OPENRESTY_LOG_ROOT}/${APP}-access.log" } -fn-fn-openresty-allowed-letsencrypt-domains-func-base64() { +fn-openresty-allowed-letsencrypt-domains-func-base64() { declare desc="get the configured allowed domains func base64" fn-plugin-property-get-default "openresty" "--global" "allowed-letsencrypt-domains-func-base64" "return true" | base64 -w 0