summaryrefslogtreecommitdiff
path: root/lib/gitlab/request_profiler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/request_profiler.rb')
-rw-r--r--lib/gitlab/request_profiler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/request_profiler.rb b/lib/gitlab/request_profiler.rb
index 033e451dbee..dd1482da40d 100644
--- a/lib/gitlab/request_profiler.rb
+++ b/lib/gitlab/request_profiler.rb
@@ -4,7 +4,7 @@ require 'fileutils'
module Gitlab
module RequestProfiler
- PROFILES_DIR = "#{Gitlab.config.shared.path}/tmp/requests_profiles".freeze
+ PROFILES_DIR = "#{Gitlab.config.shared.path}/tmp/requests_profiles"
def all
Dir["#{PROFILES_DIR}/*.{html,txt}"].map do |path|