Skip to content

Commit c6da4b6

Browse files
donnchawpCopilot
andauthored
cli target opens shell in the cli container
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f4f1a6e commit c6da4b6

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
@@ -20,7 +20,7 @@ destroy: ## Remove the WordPress containers and database
2020
logs: ## Tail the WordPress container logs
2121
$(WP_ENV) logs
2222

23-
cli: ## Open a shell inside the WordPress container
23+
cli: ## Open a shell inside the cli container
2424
$(WP_ENV) run cli bash
2525

2626
wp: ## Run an arbitrary wp-cli command, e.g. `make wp CMD="plugin list"`

0 commit comments

Comments
 (0)