From 8caa1ea10e92b01a9c44cf4805ee17887633a2be Mon Sep 17 00:00:00 2001 From: Andrew Stryker Date: Sat, 16 Sep 2023 13:30:51 +0000 Subject: [PATCH] Correct variable case --- environment.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.mk b/environment.mk index a9ad5d3..8f89587 100644 --- a/environment.mk +++ b/environment.mk @@ -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`)