Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/patch/active_record_query_cache.rb')
-rw-r--r--lib/gitlab/patch/active_record_query_cache.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/patch/active_record_query_cache.rb b/lib/gitlab/patch/active_record_query_cache.rb
index 71d66bdbe02..d6b649cdea7 100644
--- a/lib/gitlab/patch/active_record_query_cache.rb
+++ b/lib/gitlab/patch/active_record_query_cache.rb
@@ -4,7 +4,7 @@
# ActiveRecord connection used in tests
# https://github.com/rails/rails/issues/36587
-# To be removed with https://gitlab.com/gitlab-org/gitlab-ce/issues/64413
+# To be removed with https://gitlab.com/gitlab-org/gitlab-foss/issues/64413
module Gitlab
module Patch