[ARVADOS] updated: a176731707e17977ff3bbc46d739f934bc039082
Git user
git at public.curoverse.com
Wed Jul 19 10:10:13 EDT 2017
Summary of changes:
apps/workbench/app/controllers/healthcheck_controller.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via a176731707e17977ff3bbc46d739f934bc039082 (commit)
from ffc117651144b197c9d650039a5403e972d54b7c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit a176731707e17977ff3bbc46d739f934bc039082
Author: radhika <radhika at curoverse.com>
Date: Wed Jul 19 10:09:52 2017 -0400
11906: indentation
Arvados-DCO-1.1-Signed-off-by: Radhika Chippada <radhika at curoverse.com>
diff --git a/apps/workbench/app/controllers/healthcheck_controller.rb b/apps/workbench/app/controllers/healthcheck_controller.rb
index 18daee4..8cf6b93 100644
--- a/apps/workbench/app/controllers/healthcheck_controller.rb
+++ b/apps/workbench/app/controllers/healthcheck_controller.rb
@@ -17,7 +17,7 @@ class HealthcheckController < ApplicationController
def check_auth_header
mgmt_token = Rails.configuration.management_token
- auth_header = request.headers['Authorization']
+ auth_header = request.headers['Authorization']
if !mgmt_token
render :json => {:errors => "disabled"}, :status => 404
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list