From d60578528a617e78e6c9bae0dff9274920011959 Mon Sep 17 00:00:00 2001 From: Bea Steers Date: Tue, 12 Dec 2023 14:55:26 -0500 Subject: [PATCH] Fix env error code --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 89581c4..902f79e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ help: ## PTG API Server @awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) env: ## create env file - [ ! -f .env ] && cp .env.sample .env + [ ! -f .env ] && cp .env.sample .env || : 0 full: https api record ml dash ## bring the full system up