From e9c5e30e8dbeff393de25df9d3217cae326dcacd Mon Sep 17 00:00:00 2001 From: Simon Schneider Date: Tue, 28 Aug 2018 10:14:55 +0200 Subject: [PATCH] remove surplus whitespace --- grafana/files/grafana.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana/files/grafana.ini b/grafana/files/grafana.ini index a4bcf6f..e9a29e1 100644 --- a/grafana/files/grafana.ini +++ b/grafana/files/grafana.ini @@ -136,7 +136,7 @@ allow_sign_up = {{ server.allow_sign_up|lower }} allow_org_create = {{ server.allow_org_create|lower }} # Set to true to automatically assign new users to the default organization (id 1) -auto_assign_org = {{ server.auto_assign_org|lower }} +auto_assign_org = {{ server.auto_assign_org|lower }} # Default role new users will be automatically assigned (if disabled above is set to true) ;auto_assign_org_role = Viewer