summaryrefslogtreecommitdiff
path: root/app/controllers/admin
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-03-03 15:44:08 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-03-03 16:35:20 -0300
commit0fcb8ce7d66f2d0a923a2de6568116f8e8088028 (patch)
tree5051e3e81458dea8c093346c9f62a6525d4fbe74 /app/controllers/admin
parentafd566347fe604d633adfebf0cd8277b860f52e0 (diff)
downloadgitlab-ce-0fcb8ce7d66f2d0a923a2de6568116f8e8088028.tar.gz
Bump health_check gem to version 2.6.0bump-health-check-gem
Diffstat (limited to 'app/controllers/admin')
-rw-r--r--app/controllers/admin/health_check_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/health_check_controller.rb b/app/controllers/admin/health_check_controller.rb
index 241c7be0ea1..caf4c138da8 100644
--- a/app/controllers/admin/health_check_controller.rb
+++ b/app/controllers/admin/health_check_controller.rb
@@ -1,5 +1,5 @@
class Admin::HealthCheckController < Admin::ApplicationController
def show
- @errors = HealthCheck::Utils.process_checks('standard')
+ @errors = HealthCheck::Utils.process_checks(['standard'])
end
end