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/cluster_project_configure_worker.rb')
-rw-r--r--app/workers/cluster_project_configure_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/cluster_project_configure_worker.rb b/app/workers/cluster_project_configure_worker.rb
index 8f48eca4d86..ad2437a77e9 100644
--- a/app/workers/cluster_project_configure_worker.rb
+++ b/app/workers/cluster_project_configure_worker.rb
@@ -5,6 +5,6 @@ class ClusterProjectConfigureWorker
include ClusterQueue
def perform(project_id)
- # Scheduled for removal in https://gitlab.com/gitlab-org/gitlab-ce/issues/59319
+ # Scheduled for removal in https://gitlab.com/gitlab-org/gitlab-foss/issues/59319
end
end