summaryrefslogtreecommitdiff
path: root/app/controllers/groups/runners_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/groups/runners_controller.rb')
-rw-r--r--app/controllers/groups/runners_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/groups/runners_controller.rb b/app/controllers/groups/runners_controller.rb
index af2b2cbd1fd..635c248024e 100644
--- a/app/controllers/groups/runners_controller.rb
+++ b/app/controllers/groups/runners_controller.rb
@@ -2,7 +2,7 @@
class Groups::RunnersController < Groups::ApplicationController
# Proper policies should be implemented per
- # https://gitlab.com/gitlab-org/gitlab-ce/issues/45894
+ # https://gitlab.com/gitlab-org/gitlab-foss/issues/45894
before_action :authorize_admin_group!
before_action :runner, only: [:edit, :update, :destroy, :pause, :resume, :show]