Fix suggested

This commit is contained in:
Andrew Klychkov 2021-03-10 16:04:59 +01:00
commit cf326d1bcf

View file

@ -73,7 +73,7 @@ git remote add upstream https://github.com/ansible-collections/community.mysql.g
11. Update your local ``main`` branch: 11. Update your local ``main`` branch:
```bash ```bash
git fetch upstream git fetch upstream
git merge upstream/main git rebase upstream/main
``` ```
12. Create a branch for your changes: 12. Create a branch for your changes: