From 04b2d671c655ef0850e1d2f01efc4ba09f887240 Mon Sep 17 00:00:00 2001 From: Stephen James Date: Fri, 5 Jan 2024 16:00:35 +0000 Subject: [PATCH] Fix bug introduced in error during previous development of Makefile and Docker work regarding the env variables. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e908f89..1c3eb95 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,7 @@ init: ## terraform init (make init ENV_ARGUMENT=pre-production) NOTE: Will also ## INFO: Do not indent the conditional below, make stops with an error. ifneq ("$(wildcard .env)","") $(info Using config file ".env") +include .env init: -init else $(info Config file ".env" does not exist.)