summaryrefslogtreecommitdiff
path: root/lib/gitlab/github_import/label_finder.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/github_import/label_finder.rb')
-rw-r--r--lib/gitlab/github_import/label_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/github_import/label_finder.rb b/lib/gitlab/github_import/label_finder.rb
index d2479a8f565..cad39e48e43 100644
--- a/lib/gitlab/github_import/label_finder.rb
+++ b/lib/gitlab/github_import/label_finder.rb
@@ -6,7 +6,7 @@ module Gitlab
attr_reader :project
# The base cache key to use for storing/retrieving label IDs.
- CACHE_KEY = 'github-import/label-finder/%{project}/%{name}'.freeze
+ CACHE_KEY = 'github-import/label-finder/%{project}/%{name}'
# project - An instance of `Project`.
def initialize(project)