From 755893a7add7f3157bb1638b9607de6b7b78764c Mon Sep 17 00:00:00 2001 From: Andrew Stryker Date: Sat, 16 Sep 2023 13:34:59 +0000 Subject: [PATCH] Correct one upper case for site_env --- environment.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.mk b/environment.mk index 8f89587..45e3cab 100644 --- a/environment.mk +++ b/environment.mk @@ -99,7 +99,7 @@ show: #> Show key variables @echo "Key variables defined in ${self}:" @echo @echo "\tBase/root directory of the build system..... ${MAKO_DIR}" - @echo "\tUsef-defined configuration.................. ${site_env}" + @echo "\tUsef-defined configuration.................. ${SITE_ENV}" @echo # future location for templates @echo "\tLocation of user content.................... ${CONTENT}"