Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 686c13e

Browse files
committed
correct path to magento command
1 parent 3499fcb commit 686c13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/config/message-queue-consumers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async.operations.all
2121
To start message queue consumers:
2222

2323
```bash
24-
/bin/magento queue:consumers:start [--max-messages=<value>] [--batch-size=<value>] [--pid-file-path=<value>] <consumer_name>
24+
bin/magento queue:consumers:start [--max-messages=<value>] [--batch-size=<value>] [--pid-file-path=<value>] <consumer_name>
2525
```
2626

2727
The following table explains this command’s options, parameters, and values.

0 commit comments

Comments
 (0)