From c678696f56d935dfbeaf932be99e31d181715f9e Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Mon, 7 Nov 2022 18:37:51 +0000 Subject: [PATCH] contributing: Small tidy up in gitlab.rst Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- contributing/gitlab.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/gitlab.rst b/contributing/gitlab.rst index f57ac5c..7933304 100644 --- a/contributing/gitlab.rst +++ b/contributing/gitlab.rst @@ -29,7 +29,7 @@ Clone your fork locally, enter its directory and set: .. code-block:: bash $ git config --local user.email <your_eclipse_account_email> - $ git config --local user.name <your_eclipse_full_name> + $ git config --local user.name <your_eclipse_full_name> To push and pull over HTTPS with Git using your account, you must set a password -- GitLab