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/api/ci/runner.rb')
-rw-r--r--lib/api/ci/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/ci/runner.rb b/lib/api/ci/runner.rb
index 25ac1780a36..585e9f962a3 100644
--- a/lib/api/ci/runner.rb
+++ b/lib/api/ci/runner.rb
@@ -93,7 +93,7 @@ module API
requires :token, type: String, desc: %q(The runner's authentication token)
requires :system_id, type: String, desc: %q(The runner's system identifier.)
end
- delete '/managers', urgency: :low, feature_category: :runner_fleet do
+ delete '/managers', urgency: :low, feature_category: :fleet_visibility do
authenticate_runner!(ensure_runner_manager: false)
destroy_conditionally!(current_runner) do