Correct one upper case for site_env

This commit is contained in:
Andrew Stryker 2023-09-16 13:34:59 +00:00
parent 8caa1ea10e
commit 755893a7ad
1 changed files with 1 additions and 1 deletions

View File

@ -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}"