-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fixed typo in deploy module README.md #23735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed typo in deploy module README.md #23735
Conversation
…t` to `bin/magento deploy:mode:set`
Hi @arnolds. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @kalpmehta, thank you for the review.
|
Notice: QA not applicable |
Hi @arnolds, thank you for your contribution! |
Description (*)
Fixed typo in deploy module README.md from
bin/magento setup:mode:set
tobin/magento deploy:mode:set
.It needed changing, because the command
bin/magento setup:mode:set
does not exist.The correct command is
bin/magento deploy:mode:set
.Fixed Issues (if relevant)
Manual testing scenarios (*)
magento2/app/code/Magento/Deploy/README.md
file.bin/magento setup:mode:set
.Questions or comments
Contribution checklist (*)