From 6d89765f66b37179497d300f5d38abf4a7bddd04 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Charaoui?= <jerome@riseup.net>
Date: Tue, 19 Nov 2024 10:57:38 -0500
Subject: [PATCH] howto/gitlab: fix rake command

it was duplicated from the one above
---
 howto/gitlab.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/howto/gitlab.md b/howto/gitlab.md
index bc84699f..b553710b 100644
--- a/howto/gitlab.md
+++ b/howto/gitlab.md
@@ -645,7 +645,7 @@ instance:
 
 This command also shows general info about the GitLab instance:
 
-    sudo gitlab-rake gitlab:check SANITIZE=true
+    sudo gitlab-rake gitlab:env:info
 
 it is especially useful to find on-disk files and package versions.
 
-- 
GitLab