summaryrefslogtreecommitdiff
path: root/db/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'db/fixtures')
-rw-r--r--db/fixtures/production/010_settings.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/production/010_settings.rb b/db/fixtures/production/010_settings.rb
index 7978ceefa79..ed0718e7fa9 100644
--- a/db/fixtures/production/010_settings.rb
+++ b/db/fixtures/production/010_settings.rb
@@ -24,6 +24,6 @@ if envs.any? {|env_name| ENV[env_name].present? }
if ENV['GITLAB_PROMETHEUS_METRICS_ENABLED'].present?
value = Gitlab::Utils.to_boolean(ENV['GITLAB_PROMETHEUS_METRICS_ENABLED'])
settings.prometheus_metrics_enabled = value
- save(settings, 'GITLAB_PROMETHEUS_METRICS_ENABLED')
+ save(settings, 'Prometheus metrics enabled flag')
end
end