From 7391afcec17d4ac80cccf35a394057e4118798f3 Mon Sep 17 00:00:00 2001 From: Swapnil Thange <75060093+SwapnilThange@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:19:35 +0200 Subject: [PATCH 1/2] Dummy commit From 630fdfe1381bd016aafe07a06658031d02a8aed9 Mon Sep 17 00:00:00 2001 From: Swapnil Thange <75060093+SwapnilThange@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:21:29 +0200 Subject: [PATCH 2/2] dummy commit --- buildpack/core/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpack/core/security.py b/buildpack/core/security.py index 72dde825..e1164346 100644 --- a/buildpack/core/security.py +++ b/buildpack/core/security.py @@ -17,7 +17,7 @@ def get_m2ee_password(default_m2ee_password=str(uuid.uuid4()).replace("-", "@") if not m2ee_password: logging.debug( "No ADMIN_PASSWORD or M2EE_PASSWORD configured, " - "using a random password for the m2ee admin api" + "using a random password for the m2ee admin API" ) m2ee_password = default_m2ee_password return m2ee_password