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/finders/environments_finder.rb')
-rw-r--r--app/finders/environments_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/environments_finder.rb b/app/finders/environments_finder.rb
index 29c00e4b2c2..d4e803beb4e 100644
--- a/app/finders/environments_finder.rb
+++ b/app/finders/environments_finder.rb
@@ -51,7 +51,7 @@ class EnvironmentsFinder
# efficient way to get relevant environment entries.
# Currently, `#execute` method has a serious technical debt and
# we will likely rework on it in the future.
- # See more https://gitlab.com/gitlab-org/gitlab-ce/issues/63381
+ # See more https://gitlab.com/gitlab-org/gitlab-foss/issues/63381
def find
environments = project.environments
environments = by_name(environments)