Skip to content

Commit 201f4a7

Browse files
committed
fix wrong 'stop' target name - fix duplicate 'start' warning
1 parent 84d56de commit 201f4a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ start: ## Start the stack with current local.env definitions
284284
@-$(MSG_I) "Starting $(APP_NAME) stack..."
285285
@$(SHELL) $(SCRIPT) up -d
286286

287-
.PHONY: start
288-
start: ## Stop the running stack
287+
.PHONY: stop
288+
stop: ## Stop the running stack
289289
@-$(MSG_I) "Stopping $(APP_NAME) stack..."
290290
@$(SHELL) $(SCRIPT) stop

0 commit comments

Comments
 (0)