Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorGabriel Mazetto <brodock@gmail.com>2018-05-29 03:53:21 +0300
committerGabriel Mazetto <brodock@gmail.com>2018-05-29 03:53:21 +0300
commit8c5ce1b07c3200e968f0471a37f5c90bca52810e (patch)
tree77d7865bc1be7d718077d97922a8d6d5b6da249c /lib/tasks
parentb384d5e544cb2a2dea4835b43253db1c3b169992 (diff)
Specs covering listing all gitlab:storage:* types
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/gitlab/storage.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/storage.rake b/lib/tasks/gitlab/storage.rake
index 24e10ba9ba8..68d6f9d7cb1 100644
--- a/lib/tasks/gitlab/storage.rake
+++ b/lib/tasks/gitlab/storage.rake
@@ -25,7 +25,7 @@ namespace :gitlab do
desc 'Gitlab | Storage | Summary of existing projects using Legacy Storage'
task legacy_projects: :environment do
helper = Gitlab::HashedStorage::RakeHelper
- helper.relation_summary('projects', Project.without_storage_feature(:repository))
+ helper.relation_summary('projects using Legacy Storage', Project.without_storage_feature(:repository))
end
desc 'Gitlab | Storage | List existing projects using Legacy Storage'