aboutsummaryrefslogtreecommitdiff
path: root/www/gitlab/files/patch-lib_tasks_gitlab_check.rake
diff options
context:
space:
mode:
Diffstat (limited to 'www/gitlab/files/patch-lib_tasks_gitlab_check.rake')
-rw-r--r--www/gitlab/files/patch-lib_tasks_gitlab_check.rake11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/gitlab/files/patch-lib_tasks_gitlab_check.rake b/www/gitlab/files/patch-lib_tasks_gitlab_check.rake
deleted file mode 100644
index 193bc0315718..000000000000
--- a/www/gitlab/files/patch-lib_tasks_gitlab_check.rake
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/tasks/gitlab/check.rake.orig 2017-06-07 20:58:14 UTC
-+++ lib/tasks/gitlab/check.rake
-@@ -617,7 +617,7 @@ namespace :gitlab do
- end
-
- def sidekiq_process_count
-- ps_ux, _ = Gitlab::Popen.popen(%w(ps ux))
-+ ps_ux, _ = Gitlab::Popen.popen(%W(ps wux))
- ps_ux.scan(/sidekiq \d+\.\d+\.\d+/).count
- end
- end