summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/check.rake
diff options
context:
space:
mode:
authorGabriel Mazetto <brodock@gmail.com>2017-09-12 06:57:22 +0200
committerGabriel Mazetto <brodock@gmail.com>2017-09-12 06:57:22 +0200
commit2c489f8289e5e887d86be32e2bf59bad22a19af4 (patch)
tree10e812bc6f10040b537260ddb5cabe43cbb3c150 /lib/tasks/gitlab/check.rake
parentcc28abeafdd7f32fa9e5d4e0f2b7c82271067796 (diff)
downloadgitlab-ce-2c489f8289e5e887d86be32e2bf59bad22a19af4.tar.gz
Refactor on namespace and repository checks and added specs
Diffstat (limited to 'lib/tasks/gitlab/check.rake')
-rw-r--r--lib/tasks/gitlab/check.rake1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake
index b1c63c4b2a6..dfade1f3885 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -427,7 +427,6 @@ namespace :gitlab do
end
end
-
namespace :user do
desc "GitLab | Check the integrity of a specific user's repositories"
task :check_repos, [:username] => :environment do |t, args|