Commit 55a794e3 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-troubleshooting-comment' into 'master'

Update comment in troubleshooting example

See merge request gitlab-org/gitlab!27474
parents 14c268e7 5c086555
......@@ -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|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment