Skip to content

Commit

Permalink
Fix env error code
Browse files Browse the repository at this point in the history
  • Loading branch information
beasteers authored Dec 12, 2023
1 parent ae563b7 commit d605785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d605785

Please sign in to comment.