[trivial] Fix formatting typo in git command

Add backslashes to escape the asterisks in a git command.

Change-Id: I0efafc55858ae37f143ec7069f5d199649656cae
This commit is contained in:
Arne Wiebalck 2022-02-11 10:07:06 +01:00
parent d1ab31c694
commit 4655c57d24

View File

@ -100,7 +100,7 @@ repository. Here are the required steps:
git clone https://opendev.org/openstack/election ; cd election
* Create a new file candidates/<cycle>/<project_name>/<email_address>
containing the candidate statement.
* Commit the candidacy: git add candidates/<cycle>/*/*;
* Commit the candidacy: git add candidates/<cycle>/\*/\*;
git commit -m "Adding <your_name> candidacy for <project_name>"
* Submit your candidacy: git review