Commit 25d5c1d4 authored by Imre Farkas's avatar Imre Farkas

Merge branch 'Fix-spelling-error' into 'master'

Fix spelling error on Ci::RunnersFinder

See merge request gitlab-org/gitlab!32985
parents 82692f7f 015e84ff
......@@ -52,9 +52,9 @@ module Ci
raise Gitlab::Access::AccessDeniedError unless can?(@current_user, :admin_group, @group)
# Getting all runners from the group itself and all its descendants
descentant_projects = Project.for_group_and_its_subgroups(@group)
descendant_projects = Project.for_group_and_its_subgroups(@group)
@runners = Ci::Runner.belonging_to_group_or_project(@group.self_and_descendants, descentant_projects)
@runners = Ci::Runner.belonging_to_group_or_project(@group.self_and_descendants, descendant_projects)
end
def filter_by_status!
......
---
title: Fix spelling error on Ci::RunnersFinder
merge_request: 32985
author: Arthur de Lapertosa Lisboa
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment