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 'app/workers/namespaces/schedule_aggregation_worker.rb')
-rw-r--r--app/workers/namespaces/schedule_aggregation_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/namespaces/schedule_aggregation_worker.rb b/app/workers/namespaces/schedule_aggregation_worker.rb
index 983ce4bef4a..b7d580220d6 100644
--- a/app/workers/namespaces/schedule_aggregation_worker.rb
+++ b/app/workers/namespaces/schedule_aggregation_worker.rb
@@ -27,7 +27,7 @@ module Namespaces
#
# The migration and specs fails since NamespaceAggregationSchedule table
# does not exist at that point.
- # https://gitlab.com/gitlab-org/gitlab-ce/issues/50712
+ # https://gitlab.com/gitlab-org/gitlab-foss/issues/50712
def aggregation_schedules_table_exists?
return true unless Rails.env.test?