From 2c489f8289e5e887d86be32e2bf59bad22a19af4 Mon Sep 17 00:00:00 2001 From: Gabriel Mazetto Date: Tue, 12 Sep 2017 06:57:22 +0200 Subject: Refactor on namespace and repository checks and added specs --- lib/tasks/gitlab/check.rake | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/tasks') 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| -- cgit v1.2.1