Commit 5c086555 authored by Marcel Amirault's avatar Marcel Amirault

Update comment in codeblock

parent 91e7ea3e
......@@ -909,7 +909,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