docs: correct typo in maintainers.md

maintainers.md contains a very helpful explanation of how to backport
Seastar fixes to old branches of Scylla, but has a tiny typo, which
this patch corrects.

Signed-off-by: Nadav Har'El <nyh@scylladb.com>
Message-Id: <20200811095350.77146-1-nyh@scylladb.com>
This commit is contained in:
Nadav Har'El
2020-08-11 12:53:50 +03:00
committed by Pekka Enberg
parent 6fbbe836c1
commit 796ad24f37

View File

@@ -205,6 +205,6 @@ After this is done, backporting seastar patches can proceed:
7. Use `cd ..` to return to scylla.git.
8. Use `git submodule summary seastar` to create a change log.
9. Commit using `git commit seastar`, populate change log from
step 7.
step 8.
10. Publish using `git push`.