From ac70034174eb1d4300eaf9cfb48501634228f049 Mon Sep 17 00:00:00 2001 From: corinnaguenther <131807161+corinnaguenther@users.noreply.github.com> Date: Wed, 13 Mar 2024 08:51:24 +0100 Subject: [PATCH] Update README.md --- docs/release-notes/13-4-0/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/13-4-0/README.md b/docs/release-notes/13-4-0/README.md index eab55b75978b..6453a79b3151 100644 --- a/docs/release-notes/13-4-0/README.md +++ b/docs/release-notes/13-4-0/README.md @@ -40,7 +40,7 @@ With this integration, you can manage GitLab's units of work (merge requests and Before upgrading, please do the following: 1. Remove traces of the GitLab integration in your **Gemfile.lock** and **Gemfile.modules**. See [btey/openproject-gitlab-integration#configuration](https://github.com/btey/openproject-gitlab-integration?tab=readme-ov-file#configuration) -2. Remove the module code traces of the GitLab integration. `rm -rf /path/to/openproject/modules/gitlab_integration` +2. Remove the module code traces of the GitLab integration by running this command: `rm -rf /path/to/openproject/modules/gitlab_integration`