From 18becbb727afee50c4de63af02848485ca1ad8d5 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Fri, 10 Feb 2023 19:42:09 +0200 Subject: [PATCH] fix options --- templates/grafana.ini.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/grafana.ini.erb b/templates/grafana.ini.erb index 8bc0eb0..d1d1cae 100644 --- a/templates/grafana.ini.erb +++ b/templates/grafana.ini.erb @@ -1,7 +1,7 @@ <% @configuration.each_pair do |section, options| -%> [<%= section %>] -<% @options.each_pair do |option, value| -%> +<% options.each_pair do |option, value| -%> <%= option %> = <%= value %> <% end -%>