Skip to content

Commit 00685a8

Browse files
committed
Correct Commerce console command #676
1 parent a61c1bf commit 00685a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commerce/5.x/reference/console-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Regenerates [catalog pricing](../system/pricing-rules.md) data for all purchasab
6161
Run this command at an interval (via CRON or another task scheduler) to ensure pricing is calculated at an interval that makes sense for your storefront.
6262

6363
```
64-
0 0 * * * /usr/bin/env php /path/to/craft commerce/catalog-pricing/generate
64+
0 0 * * * /usr/bin/env php /path/to/craft commerce/pricing-catalog/generate
6565
```
6666

6767
::: warning

0 commit comments

Comments
 (0)