From 2af90cef2e2e9c776eae4394a43dba3be7f33d1e Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 19 Mar 2020 09:09:27 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/administration/troubleshooting/gitlab_rails_cheat_sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/administration/troubleshooting') diff --git a/doc/administration/troubleshooting/gitlab_rails_cheat_sheet.md b/doc/administration/troubleshooting/gitlab_rails_cheat_sheet.md index e90f6f36cc6..657f29cc789 100644 --- a/doc/administration/troubleshooting/gitlab_rails_cheat_sheet.md +++ b/doc/administration/troubleshooting/gitlab_rails_cheat_sheet.md @@ -840,7 +840,7 @@ GitLab Rails console: ```ruby projects_and_size = [] -# a list of projects you want to look at, can get these however +# You need to specify the projects that you want to look through. You can get these in any manner. projects = Project.last(100) projects.each do |p| -- cgit v1.2.1