Commit 7e1453f2 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix rubocop offence in routes for build badge

parent 418e761a
......@@ -612,7 +612,7 @@ Rails.application.routes.draw do
collection do
post :cancel_all
get :badge, path: 'status/*ref/badge',
constraints: { ref: Gitlab::Regex.git_reference_regex, format: /svg/ }
constraints: { ref: Gitlab::Regex.git_reference_regex, format: /svg/ }
end
member do
......
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