Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
introduced in error during previous development of Makefile and Docker work regarding the env variables.
  • Loading branch information
Stephen James committed Jan 9, 2024
1 parent 7fb40e9 commit 04b2d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit 04b2d67

Please sign in to comment.