Correct variable case

This commit is contained in:
Andrew Stryker 2023-09-16 13:30:51 +00:00
parent 465e7f9579
commit 8caa1ea10e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export SHELL
# User-defined configuration file
SITE_ENV ?= content/site-env
SITE_ENV ::= $(strip ${site_env})
SITE_ENV ::= $(strip ${SITE_ENV})
ifeq ($(strip $(shell [ -r ${SITE_ENV} ] && echo ${SITE_ENV})),)
$(info Generate a site configuration file first via `make configure`)