Skip to content

Commit d5003c3

Browse files
committed
fix auth token makefile
1 parent 59f4dc8 commit d5003c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ check: ## Check if all required prerequisites are available
4444
@echo "All required prerequisites are available."
4545

4646
start: ## Start localstack
47-
$(LOCAL_ENV) @LOCALSTACK_AUTH_TOKEN=$(LOCALSTACK_AUTH_TOKEN) docker compose up --build --detach --wait
47+
$(LOCAL_ENV) LOCALSTACK_AUTH_TOKEN=$(LOCALSTACK_AUTH_TOKEN) docker compose up --build --detach --wait
4848

4949
install: venv ## Install dependencies
5050
$(VENV_RUN); $(PIP_CMD) install -r requirements.txt

0 commit comments

Comments
 (0)